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 } ],