From 61a39a79eddfbe570f0bf539b86687cf966c49ab Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Mon, 18 Sep 2023 09:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/book/bookchapter-add-or-update.vue | 9 +++++---- src/views/modules/book/clock-add-or-update.vue | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/modules/book/bookchapter-add-or-update.vue b/src/views/modules/book/bookchapter-add-or-update.vue index 34cf604..a811e52 100644 --- a/src/views/modules/book/bookchapter-add-or-update.vue +++ b/src/views/modules/book/bookchapter-add-or-update.vue @@ -32,10 +32,9 @@ :on-progress="onUpload"> 上传文件 - - + - + @@ -123,7 +122,9 @@ import global from '../../common/common.vue' //引入共用组间 closeDia() { this.$refs.dataForm.resetFields() this.loading = false - this.fileListVoices = [] + this.fileListVoices = [] + this.progressFlag = false + }, init (id) { this.dataForm.id = id || 0 diff --git a/src/views/modules/book/clock-add-or-update.vue b/src/views/modules/book/clock-add-or-update.vue index e8a7ca2..f960c6d 100644 --- a/src/views/modules/book/clock-add-or-update.vue +++ b/src/views/modules/book/clock-add-or-update.vue @@ -393,6 +393,8 @@ this.swiperfileList = [] this.$refs['dataForm'].resetFields() this.dataForm.productDetails = '' + this.progressFlag = false + this.loading = false // this.$refs['dataForm'].reset() }, // 失去焦点事件