lucw преди 8 месеца
родител
ревизия
9e0181d9bf
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 2 1
      src/views/rulesManagement/releaseRules/components/ProductModal.vue
  2. 2 2
      vue.config.js

+ 2 - 1
src/views/rulesManagement/releaseRules/components/ProductModal.vue

@@ -140,7 +140,8 @@
           size: limit,
           categoryLevelId: this.categoryLevelId,
           isProduct: true,
-          produceTaskCode: this.produceTaskCode
+          produceTaskCode: this.produceTaskCode,
+          bomTypes: [1, 2, 3]
         });
       },
       handleNodeClick(data) {

+ 2 - 2
vue.config.js

@@ -41,8 +41,8 @@ module.exports = {
         // target: 'http://192.168.1.116:18086',
         // target: 'http://192.168.1.251:18086',
 
-        target: 'http://192.168.1.251:18086', // 开发
-        // target: 'http://192.168.1.116:18086', // 赵沙金
+        // target: 'http://192.168.1.251:18086', // 开发
+        target: 'http://192.168.1.116:18086', // 赵沙金
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {