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