From a89d1d95c46d7eca17a993cd57fbc215a07c447e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 29 Mar 2023 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 957c14b..cdee2f4 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -933,6 +933,11 @@ export default { }, /** 提交按钮 */ submitForm() { + this.form.posterPictureUrlLists.forEach(e => { + if (!e.jumpType || e.jumpType == "") { + e.jumpDictId = null; + } + }); this.$refs["form"].validate(valid => { if (valid) { if (this.form.id != null) {