fix: 数据残留

fix-0609-xwk
向文可 2 years ago
parent 1dc2b08c77
commit c9fb1fa5b8

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

Loading…
Cancel
Save