From 3264ce37964df5055d63cee80d7d52f96f3162f8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 19 九月 2023 19:34:27 +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