695593266@qq.com пре 6 месеци
родитељ
комит
f0006a7fe4
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      src/views/material/BOMmanage/components/standardOutput.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/material/BOMmanage/components/standardOutput.vue

@@ -7,7 +7,7 @@
     :close-on-click-modal="false"
     :close-on-click-modal="false"
     :close-on-press-escape="false"
     :close-on-press-escape="false"
     append-to-body
     append-to-body
-    width="75%"
+    width="80%"
   >
   >
     <!-- 选择产品分类 -->
     <!-- 选择产品分类 -->
     <el-card shadow="never">
     <el-card shadow="never">
@@ -332,7 +332,7 @@
       },
       },
       /* 刷新表格 */
       /* 刷新表格 */
       reload(where) {
       reload(where) {
-        this.isCategory = false;
+        // this.isCategory = false;
         this.$refs.table.reload({ pageNum: 1, where: where });
         this.$refs.table.reload({ pageNum: 1, where: where });
       },
       },
       open(list) {
       open(list) {

+ 2 - 2
vue.config.js

@@ -37,7 +37,7 @@ module.exports = {
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18186',
-        target: 'http://192.168.1.125:18086',
+        // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18186', // 测试环境
         // target: 'http://192.168.1.251:18186', // 测试环境
@@ -46,7 +46,7 @@ module.exports = {
         // target: 'http://192.168.1.251:18086',
         // target: 'http://192.168.1.251:18086',
         // target: 'http://192.168.1.11:18086', // 开发
         // target: 'http://192.168.1.11:18086', // 开发
         // target: 'http://192.168.1.116:18086', // 赵沙金
         // target: 'http://192.168.1.116:18086', // 赵沙金
-        // target: 'http://aiot.zoomwin.com.cn:51001/api',
+        target: 'http://aiot.zoomwin.com.cn:51001/api',
         // target: 'http://f222326r53.imwork.net',
         // target: 'http://f222326r53.imwork.net',
 
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域