Ver Fonte

添加请求参数

lucw há 8 meses atrás
pai
commit
9e0181d9bf

+ 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: {