parent
248ae576a1
commit
1e2f9ae668
|
@ -350,7 +350,7 @@ export default {
|
||||||
})
|
})
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
this.varList = []
|
this.varList = []
|
||||||
this.listQuery.page = 1
|
// this.listQuery.page = 1
|
||||||
this.getList()
|
this.getList()
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
|
@ -379,7 +379,7 @@ export default {
|
||||||
})
|
})
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
this.varList = []
|
this.varList = []
|
||||||
this.listQuery.page = 1
|
// this.listQuery.page = 1
|
||||||
this.getList()
|
this.getList()
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
|
|
Loading…
Reference in New Issue