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