From ffe22320da42b1a3f4a0aaf81cb31578ef205d38 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 10 九月 2025 14:52:47 +0800 Subject: [PATCH] 改bug --- frontWuhu/src/components/business/OperaServerProviderWindow.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frontWuhu/src/components/business/OperaServerProviderWindow.vue b/frontWuhu/src/components/business/OperaServerProviderWindow.vue index 7576be2..f94413a 100644 --- a/frontWuhu/src/components/business/OperaServerProviderWindow.vue +++ b/frontWuhu/src/components/business/OperaServerProviderWindow.vue @@ -105,6 +105,8 @@ this.visible = true // 鏂板缓 if (target == null) { + this.file.imgurlfull = '' + this.file.imgurl = '' this.$nextTick(() => { this.$refs.form.resetFields() this.form[this.configData['field.id']] = null -- Gitblit v1.9.3