DESKTOP-70VPDLK\Administrator 1 ano atrás
pai
commit
aae80c511e

+ 2 - 2
page_task/property/components/company.vue

@@ -203,7 +203,7 @@
           content: '确定删除?',
           success: (res) => {
             if (res.confirm) {
-              this.insuranceList.splice(itemKey, 1)
+              this.firmList.splice(itemKey, 1)
               this.editIndex = itemKey-1
             }
           }
@@ -281,4 +281,4 @@
 		background: #FFFFFF;
 		border: 1rpx solid #0FB160;
 	}
-</style>
+</style>

+ 3 - 1
page_task/property/components/house.vue

@@ -200,6 +200,8 @@
 					content: '确定删除?',
 					success: (res) => {
 						if (res.confirm) {
+              console.log('------------------------------------')
+              console.log(this.houseList)
 							this.houseList.splice(itemKey, 1)
 							this.editIndex = itemKey - 1
 						}
@@ -279,4 +281,4 @@
 		background: #FFFFFF;
 		border: 1rpx solid #0FB160;
 	}
-</style>
+</style>