|
@@ -361,10 +361,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
dayjs,
|
|
|
- reloadSearch() {
|
|
|
- this.rules.page = 1;
|
|
|
- this.getList();
|
|
|
- },
|
|
|
+ // reloadSearch() {
|
|
|
+ // this.pageInfo.page = 1;
|
|
|
+ // this.getList();
|
|
|
+ // },
|
|
|
async getList() {
|
|
|
try {
|
|
|
let { createTimer, ...rest } = this.searchForm;
|
|
@@ -381,7 +381,7 @@ export default {
|
|
|
} catch (err) {}
|
|
|
},
|
|
|
reloadSearch() {
|
|
|
- this.rules.page = 1;
|
|
|
+ this.pageInfo.page = 1;
|
|
|
this.getList();
|
|
|
},
|
|
|
onLook(row) {
|