bibi 3 years ago
parent bf7ea11052
commit b1cc2d15f5

@ -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 = {
show: true,

Loading…
Cancel
Save