mxx 3 gadi atpakaļ
vecāks
revīzija
f4b2455d04

+ 1 - 1
src/views/houseSelfCollect/acquisitionManagement.vue

@@ -114,7 +114,7 @@
       getUserJurisdiction(){
          this.userJurisdiction = getHp('acquisitionManagement.acquisition.view')
          this.userJurisdictionAllow =  getHp('acquisitionManagement.acquisition.allow')
-         this.userJurisdictionAudit = getHp('acquisitionManagement.acquisition.view')
+         this.userJurisdictionAudit = getHp('acquisitionManagement.acquisition.edit')
       },
       handleSizeChange(val) {
         console.log(`每页 ${val} 条`)

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

@@ -540,7 +540,7 @@
         this.priceList.push(_newObj)
       },
       // 删除价格组
-      delSetPrice(item, index) {
+      delSetPrice(item, index) {debugger
         let that = this
         this.checkList1 = []
         this.checkList2 = []
@@ -568,8 +568,8 @@
                 type: 'warning'
               });
             } else {
-              that.baseInfoForm.details.split(index,1)
               that.priceList.splice(index, 1)
+              that.baseInfoForm.details.split(index,1)
             }
           })
           .catch(() => {