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() }, // 失去焦点事件