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(); }