From 7fb35988bec3970d78b4a23ac4d2507fc7c0cfb4 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 10:20:45 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index d15e25b..4d5ac91 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -658,13 +658,16 @@ export default { var obj = { posterPictureUrl: null, jumpType: null, - idd: this.idd + idd: this.idd, + jumpLink: null, + jumpDictId: null }; if (this.form.posterPictureUrlLists.length >= 5) { this.$message.error("最多新增5条"); } else { this.form.posterPictureUrlLists.push(obj); } + console.log(this.form); }, //打开遮罩层 clicknurseItemshow() { @@ -823,7 +826,9 @@ export default { { posterPictureUrl: null, jumpType: null, - idd: this.idd + idd: this.idd, + jumpLink: null, + jumpDictId: null } ], moduleType: null,