优化代码

This commit is contained in:
RuoYi
2026-06-10 19:09:08 +08:00
parent 87d02b0e41
commit 1a8d111459
15 changed files with 70 additions and 67 deletions

View File

@@ -316,7 +316,7 @@ export default {
},
/** 选择生成模板触发 */
tplSelectChange(value) {
if(value !== 'sub') {
if (value !== 'sub') {
this.info.subTableName = ''
this.info.subTableFkName = ''
}