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