|
|
@ -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,
|
|
|
|