@ -95,6 +95,7 @@ export default {
watch: {
id: {
handler(id) {
// 没有id不获取
if(id!== null && id!== undefined){
this.searchForm.estateId = id
this.getData()
@ -125,6 +125,7 @@ export default {
selectionChoosed(data) {
this.selectedRowKeys = data;
},
// 充值框
recharge(row) {
this.modal = {
show: true,
@ -133,6 +134,7 @@ export default {
row.buildingName + "栋/" + row.unitName + "单元/" + row.name + "室",
};
// 确认充值
rechargeOk() {
this.$confirm({
title: "预缴充值",
@ -160,6 +162,7 @@ export default {
id: undefined,
// 打开明细抽屉
list(id) {
this.drawer = {