From 9d8df566fc0f4038e8bd9341ff7b5379a67b8dfe Mon Sep 17 00:00:00 2001 From: piexlmax <303176530@qq.com> Date: Fri, 3 Jun 2022 21:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=BF=81=E7=A7=BB=E5=B0=86?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BAtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/view/systemTools/autoCode/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/view/systemTools/autoCode/index.vue b/web/src/view/systemTools/autoCode/index.vue index 98463e70a..7f576505c 100644 --- a/web/src/view/systemTools/autoCode/index.vue +++ b/web/src/view/systemTools/autoCode/index.vue @@ -215,8 +215,8 @@ const form = ref({ package: '', abbreviation: '', description: '', - autoCreateApiToSql: false, - autoMoveFile: false, + autoCreateApiToSql: true, + autoMoveFile: true, fields: [] }) const rules = ref({ @@ -415,6 +415,7 @@ const getColumnFunc = async() => { form.value.abbreviation = tbHump form.value.description = tbHump + '่กจ' form.value.autoCreateApiToSql = true + form.value.autoMoveFile = true form.value.fields = [] res.data.columns && res.data.columns.forEach(item => {