diff --git a/src/views/modules/shop/shopproduct-add-or-update.vue b/src/views/modules/shop/shopproduct-add-or-update.vue index f7e5aff..afab288 100644 --- a/src/views/modules/shop/shopproduct-add-or-update.vue +++ b/src/views/modules/shop/shopproduct-add-or-update.vue @@ -558,8 +558,10 @@ handlereset() { this.fileList = [], this.visible = false + this.dataForm.Books = [] this.swiperfileList = [] this.$refs['dataForm'].resetFields() + sessionStorage.setItem('Books', JSON.stringify([])) // this.$refs['dataForm'].reset() }, // 失去焦点事件