Parcourir la source

修改用量 bom

chencc il y a 1 an
Parent
commit
28314485d0
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 1
      .gitignore
  2. 1 2
      src/views/material/BOMmanage/components/detailedList.vue
  3. 1 1
      vue.config.js

+ 2 - 1
.gitignore

@@ -22,4 +22,5 @@ yarn-error.log*
 *.sln
 *.sw?
 *.vue.config.js
-package-lock.json
+package-lock.json
+vue.config.js

+ 1 - 2
src/views/material/BOMmanage/components/detailedList.vue

@@ -614,7 +614,6 @@ export default {
     async chooseStandardList(data) {
       const that = this;
       const arrays = []
-      console.log(data, '222222222222222');
       data.map((m) => {
         m.parentId = this.newTreeId;
         m.createTime = '';
@@ -622,7 +621,7 @@ export default {
         m.level = Number(this.attributeData.level) + 1;
         m.versions = this.attributeData.versions;
         m.categoryId = m.id;
-        m.dosage = 1;
+        // m.dosage = 1;
         m.componentAttribute = m.componentAttribute;
         m.rootCategoryLevelId = m.categoryLevelPathIdParent;
         m.resourceBomVersionList = [];

+ 1 - 1
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
     proxy: {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
-        target: 'http://192.168.1.116:18086',
+        target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.158:18086',
         // target: 'http://192.168.1.176:18086',
         // target: 'http://192.168.1.251:18086',