We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044c5f4 commit f3c9812Copy full SHA for f3c9812
web/src/view/systemTools/autoCode/index.vue
@@ -215,8 +215,8 @@ const form = ref({
215
package: '',
216
abbreviation: '',
217
description: '',
218
- autoCreateApiToSql: false,
219
- autoMoveFile: false,
+ autoCreateApiToSql: true,
+ autoMoveFile: true,
220
fields: []
221
})
222
const rules = ref({
@@ -415,6 +415,7 @@ const getColumnFunc = async() => {
415
form.value.abbreviation = tbHump
416
form.value.description = tbHump + '表'
417
form.value.autoCreateApiToSql = true
418
+ form.value.autoMoveFile = true
419
form.value.fields = []
420
res.data.columns &&
421
res.data.columns.forEach(item => {
0 commit comments