From 64d53e6bdb8f70ad84445a5fbeddfb8b65fa690a Mon Sep 17 00:00:00 2001 From: xiaobai <857694115@qq.com> Date: Fri, 27 Aug 2021 20:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E7=B3=BB=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dic/dic_type.vue | 8 +- src/views/document/index.vue | 178 ++++++++++++++++++----------------- 2 files changed, 95 insertions(+), 91 deletions(-) diff --git a/src/views/dic/dic_type.vue b/src/views/dic/dic_type.vue index 524e386..0cd67d6 100644 --- a/src/views/dic/dic_type.vue +++ b/src/views/dic/dic_type.vue @@ -118,7 +118,7 @@
字典详情 - + 添加 @@ -192,7 +191,7 @@ - + @@ -472,6 +471,7 @@ export default { this.secondDialogFormVisible = true }, subcreateDicData() { + console.log(this.tempDicData) this.$refs['tempDicData'].validate(valid => { if (valid) { this.api({ @@ -534,7 +534,7 @@ export default { } }).then(() => { this.$message({ message: '删除成功。', type: 'success' }) - this.getList() + this.getsubList() }) }) } diff --git a/src/views/document/index.vue b/src/views/document/index.vue index 0672e87..2d1c95f 100644 --- a/src/views/document/index.vue +++ b/src/views/document/index.vue @@ -21,7 +21,7 @@ accept=".pdf" action="" > - + 上传文件 @@ -36,8 +36,10 @@ >