From 90fa25c35710f964fbabb5b16ee9bee8c652062b 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:55:54 +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 efaef79..e163718 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -897,6 +897,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) {