Browse Source

修改SQL工作台

乐菲 1 week ago
parent
commit
fb403e30e3

+ 2 - 2
.env.dev

@@ -5,8 +5,8 @@ NODE_ENV = 'development'
 VUE_APP_TITLE = WMS开发环境
 
 # 芋道管理系统/开发环境
-VUE_APP_BASE_API = 'http://192.168.1.94:48080'
-# VUE_APP_BASE_API = 'http://113.105.183.190:48028'
+# VUE_APP_BASE_API = 'http://192.168.1.94:48080'
+VUE_APP_BASE_API = 'http://113.105.183.190:48028'
 # VUE_APP_BASE_API = 'http://61.155.26.34:36936'
 # VUE_APP_BASE_API = 'http://127.0.0.1:48080'
 # VUE_APP_BASE_API = 'http://2227el9013.iok.la'

+ 4 - 4
.env.rtk.prod

@@ -5,13 +5,13 @@ NODE_ENV = 'development'
 VUE_APP_TITLE = 瑞泰克WMS开发环境
 
 # 芋道管理系统/开发环境
-# VUE_APP_BASE_API = 'http://113.105.183.190:48028'
-VUE_APP_BASE_API = 'http://113.105.183.190:15980'
+VUE_APP_BASE_API = 'http://113.105.183.190:48028'
+# VUE_APP_BASE_API = 'http://113.105.183.190:15980'
 
 
 # 积木报表API
-# VUE_APP_REPORT_API = 'http://113.105.183.190:48028'
-VUE_APP_REPORT_API = 'http://113.105.183.190:15980'
+VUE_APP_REPORT_API = 'http://113.105.183.190:48028'
+# VUE_APP_REPORT_API = 'http://113.105.183.190:15980'
 
 
 # 路由懒加载

+ 23 - 23
src/views/mes/queryManage/components/FilterColumnInQuery.vue

@@ -197,22 +197,22 @@ export default {
     //   if (val) this.filterCancel(true);
     // },
   },
-  created() {
-    console.log(
-      `[%c子%c] created   ${this.prop}  ${Date.now()}`,
-      "color:green",
-      ""
-    );
-  },
-  mounted() {
-    console.log(
-      `[%c子%c] mounted   ${this.prop}  ${Date.now()}`,
-      "color:green",
-      ""
-    );
-  },
+  // created() {
+  //   console.log(
+  //     `[%c子%c] created   ${this.prop}  ${Date.now()}`,
+  //     "color:green",
+  //     ""
+  //   );
+  // },
+  // mounted() {
+  //   console.log(
+  //     `[%c子%c] mounted   ${this.prop}  ${Date.now()}`,
+  //     "color:green",
+  //     ""
+  //   );
+  // },
   beforeDestroy() {
-    console.log("[子] beforeDestroy", this.prop);
+    // console.log("[子] beforeDestroy", this.prop);
     /* 1. 清跨页集合 */
     this.allSelectedColumns.clear();
     /* 2. 清当前页选中 */
@@ -220,15 +220,15 @@ export default {
     /* 3. 清搜索框 */
     this.searchKey = "";
     /* 4. 把“空结果”通知父组件,防止残留高亮 */
-    this.$emit("select-data", [], this.prop, this.htmlType);
-  },
-  destroyed() {
-    console.log(
-      `[%c子%c] destroyed ${this.prop}  ${Date.now()}`,
-      "color:red",
-      ""
-    );
+    // this.$emit("select-data", [], this.prop, this.htmlType);
   },
+  // destroyed() {
+  //   console.log(
+  //     `[%c子%c] destroyed ${this.prop}  ${Date.now()}`,
+  //     "color:red",
+  //     ""
+  //   );
+  // },
   methods: {
     /* ---- 工具方法 ---- */
     hasFilter() {

+ 8 - 7
src/views/mes/queryManage/queryNew.vue

@@ -251,13 +251,13 @@ export default {
         this.init();
       },
     },
-    filterAlive(v) {
-      console.log(
-        `[%c父%c] filterAlive 变为 ${v}  ${Date.now()}`,
-        "color:blue",
-        ""
-      );
-    },
+    // filterAlive(v) {
+    //   console.log(
+    //     `[%c父%c] filterAlive 变为 ${v}  ${Date.now()}`,
+    //     "color:blue",
+    //     ""
+    //   );
+    // },
   },
   mounted() {
     this.init();
@@ -323,6 +323,7 @@ export default {
     },
 
     async getList() {
+      // console.log("触发了getList方法");
       try {
         this.loading = true;
         const data = await QueryManageApi.loadTableData({