From ef854258a0fd2fc4f5e3a7489eee013dd1b22798 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:11:19 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index dd09241..d15e25b 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -656,8 +656,8 @@ export default { addPictureUrl() { this.idd++; var obj = { - posterPictureUrl: "", - jumpType: "", + posterPictureUrl: null, + jumpType: null, idd: this.idd }; if (this.form.posterPictureUrlLists.length >= 5) { @@ -821,8 +821,8 @@ export default { this.form = { posterPictureUrlLists: [ { - posterPictureUrl: "", - jumpType: "", + posterPictureUrl: null, + jumpType: null, idd: this.idd } ],