@@ -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>
@@ -200,6 +200,8 @@
+ console.log('------------------------------------')
+ console.log(this.houseList)
this.houseList.splice(itemKey, 1)
this.editIndex = itemKey - 1
@@ -279,4 +281,4 @@