Browse Source

修改编辑多条数据

mxx 3 years ago
parent
commit
66c53fbde5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/houseSelfCollect/acquisitionManagementAdd.vue

+ 3 - 2
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -540,7 +540,7 @@
         this.priceList.push(_newObj)
       },
       // 删除价格组
-      delSetPrice(item, index) {debugger
+      delSetPrice(item, index) {
         let that = this
         this.checkList1 = []
         this.checkList2 = []
@@ -764,7 +764,7 @@
       // 提交
       submit() {
         this.makeTableList()
-        this.makePriceDataList()
+        // this.makePriceDataList()
         this.baseInfoForm.goodsName = this.selectVal
         let isValidate = false
         switch (this.$route.query.type) {
@@ -788,6 +788,7 @@
                 this.isCountShow = false
               })
             }
+            break;
             case "审核中":
              this.getEditCheckList()
             isValidate = this.validate()