From 412f9c7cb920459bc3b9a77ef933eae6fd59b0d2 Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Tue, 13 Dec 2022 11:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/generator/config.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-ui/src/views/generator/config.vue b/lms/nladmin-ui/src/views/generator/config.vue index dc506afbd..edb5b8c04 100644 --- a/lms/nladmin-ui/src/views/generator/config.vue +++ b/lms/nladmin-ui/src/views/generator/config.vue @@ -221,7 +221,7 @@ export default { data() { return { activeName: 'first', tableName: '', tableHeight: 550, columnLoading: false, configLoading: false, dicts: [], syncLoading: false, genLoading: false, - form: { config_id: null, tableName: '', author: '', pack: '', path: '', moduleName: '', cover: '0', apiPath: '', prefix: '', apiAlias: null }, + form: { config_id: null, table_name: '', author: '', pack: '', path: '', module_name: '', cover: '0', api_path: '', prefix: '', api_alias: null }, rules: { author: [ { required: true, message: '作者不能为空', trigger: 'blur' } @@ -250,7 +250,7 @@ export default { this.$nextTick(() => { this.init() get(this.tableName).then(data => { - console.log(data) + console.log('datas', data) this.form = data this.form.cover = this.form.cover.toString() })