@@ -192,7 +192,8 @@ const initAdNameOtion = (params?: object) => {
}
const resetQuery = () => {
- reset()
+ query.value = Object.assign({ page: query.value.page, limit: query.value.limit, miniprogram_id: query.value.miniprogram_id });
+ search()
const openType = (type: string, data: object) => {
current.value = data;
@@ -242,7 +242,8 @@ const deletePromotion = (row: object) => {
+ query.value = Object.assign({ page: query.value.page, limit: query.value.limit, miniprogram_id: query.value.miniprogram_id, is_config: query.value.is_config });