|
@@ -229,7 +229,7 @@
|
|
|
|
|
|
|
|
<!-- 删除确认弹窗 -->
|
|
<!-- 删除确认弹窗 -->
|
|
|
<DeleteModal
|
|
<DeleteModal
|
|
|
- v-model="showDeleteModal"
|
|
|
|
|
|
|
+ :showTip.sync="showDeleteModal"
|
|
|
@confirm="handleDoDelete"
|
|
@confirm="handleDoDelete"
|
|
|
></DeleteModal>
|
|
></DeleteModal>
|
|
|
</view>
|
|
</view>
|
|
@@ -705,6 +705,8 @@ export default {
|
|
|
icon: 'none'
|
|
icon: 'none'
|
|
|
})
|
|
})
|
|
|
this.showDeleteModal = true
|
|
this.showDeleteModal = true
|
|
|
|
|
+ console.log(123123,this.settleAccountsObj,this.showDeleteModal)
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
,
|
|
,
|
|
|
|
|
|