From c9fb1fa5b8e3cf70bd76205a04e07be073f98977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Mon, 30 May 2022 18:06:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/advertise/form.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/operation/advertise/form.vue b/src/views/operation/advertise/form.vue index 2c36042..e6580fd 100644 --- a/src/views/operation/advertise/form.vue +++ b/src/views/operation/advertise/form.vue @@ -191,6 +191,18 @@ isEnable: false, }); } else { + Object.assign(form, { + id: null, + platform: 1, + location: 1, + productCategoryId: null, + name: null, + dateRange: [], + pictureUrl: null, + jumpType: 1, + jumpUrl: null, + isEnable: false, + }); store.commit('layout/closeTab', { current: true }); handleClose(); }