From 7d13bbe39257ab5231d062e431fbb920c60d8ed5 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 19 九月 2023 14:29:01 +0800 Subject: [PATCH] 企业端 --- platform/src/components/business/OperaGoodsWindow.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/platform/src/components/business/OperaGoodsWindow.vue b/platform/src/components/business/OperaGoodsWindow.vue index d0275ba..4bbcc37 100644 --- a/platform/src/components/business/OperaGoodsWindow.vue +++ b/platform/src/components/business/OperaGoodsWindow.vue @@ -118,6 +118,8 @@ if (target == null) { this.$nextTick(() => { this.$refs.form.resetFields() + this.form.imgurl = '' + this.form.imgfullurl = '' this.form.multifileList = [] this.form.baseGoodsParamList = [] this.form[this.configData['field.id']] = null -- Gitblit v1.9.3