|
@@ -1362,6 +1362,7 @@
|
|
|
this.visible = true;
|
|
this.visible = true;
|
|
|
|
|
|
|
|
if (!row.id) {
|
|
if (!row.id) {
|
|
|
|
|
+ console.log('新增', this.form);
|
|
|
this.isUpdate = false;
|
|
this.isUpdate = false;
|
|
|
// 默认带出列表页面选中的分类
|
|
// 默认带出列表页面选中的分类
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
@@ -1372,6 +1373,9 @@
|
|
|
await this._getById(row.id);
|
|
await this._getById(row.id);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ handleActive(val) {
|
|
|
|
|
+ console.log(val);
|
|
|
|
|
+ },
|
|
|
nameChange() {
|
|
nameChange() {
|
|
|
this.tableBankData.forEach((item) => {
|
|
this.tableBankData.forEach((item) => {
|
|
|
item.accountName = this.form.name;
|
|
item.accountName = this.form.name;
|