完成代码生成器~

This commit is contained in:
YunaiV
2021-02-13 13:40:29 +08:00
parent 95757db6be
commit 2f66829a41
14 changed files with 1147 additions and 1329 deletions

View File

@ -268,12 +268,12 @@ export default {
this.loading = false;
});
},
// 取消按钮
/** 取消按钮 */
cancel() {
this.open = false;
this.reset();
},
// 表单重置
/** 表单重置 */
reset() {
this.form = {
#foreach ($column in $columns)