Skip to content

Commit

Permalink
Merge pull request #7 from hiparker/development
Browse files Browse the repository at this point in the history
fix: 修复代码生成器 点击添加抱错暂无数据问题
  • Loading branch information
hiparker authored May 2, 2022
2 parents 7b237e9 + 4105af2 commit 1e9c1f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@
this.title = "代码生成 - 编辑";
this.baseForm = Object.assign({}, row);
this.queryForm.id = this.baseForm.id;
// 加载数据
this.fetchData();
}
this.dialogFormVisible = true;
// 加载数据
this.fetchData();
},
// 关闭
close() {
Expand Down

0 comments on commit 1e9c1f7

Please sign in to comment.