bibi 3 years ago
parent bf7ea11052
commit b1cc2d15f5

@ -95,6 +95,7 @@ export default {
watch: { watch: {
id: { id: {
handler(id) { handler(id) {
// id
if(id!== null && id!== undefined){ if(id!== null && id!== undefined){
this.searchForm.estateId = id this.searchForm.estateId = id
this.getData() this.getData()

@ -125,6 +125,7 @@ export default {
selectionChoosed(data) { selectionChoosed(data) {
this.selectedRowKeys = data; this.selectedRowKeys = data;
}, },
//
recharge(row) { recharge(row) {
this.modal = { this.modal = {
show: true, show: true,
@ -133,6 +134,7 @@ export default {
row.buildingName + "栋/" + row.unitName + "单元/" + row.name + "室", row.buildingName + "栋/" + row.unitName + "单元/" + row.name + "室",
}; };
}, },
//
rechargeOk() { rechargeOk() {
this.$confirm({ this.$confirm({
title: "预缴充值", title: "预缴充值",
@ -160,6 +162,7 @@ export default {
id: undefined, id: undefined,
}; };
}, },
//
list(id) { list(id) {
this.drawer = { this.drawer = {
show: true, show: true,

Loading…
Cancel
Save