|
@@ -1472,10 +1472,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} catch (error) {
|
|
|
-<<<<<<< HEAD
|
|
|
-=======
|
|
|
/* empty */
|
|
|
->>>>>>> main
|
|
|
} finally {
|
|
|
loading.clear()
|
|
|
}
|
|
@@ -1653,11 +1650,7 @@ export default {
|
|
|
resetListState() {
|
|
|
Object.assign(this.listState, this.$options.data().listState)
|
|
|
},
|
|
|
-<<<<<<< HEAD
|
|
|
- async doSearch() {
|
|
|
-=======
|
|
|
async doSearch(type) {
|
|
|
->>>>>>> main
|
|
|
if (this.listTabActive === 'table') {
|
|
|
this.listTabActive = 'list'
|
|
|
}
|
|
@@ -1688,11 +1681,7 @@ export default {
|
|
|
t.loading = false
|
|
|
t.finished = true
|
|
|
},
|
|
|
-<<<<<<< HEAD
|
|
|
async getList() {
|
|
|
-=======
|
|
|
- async getList(type) {
|
|
|
->>>>>>> main
|
|
|
const t = this.listState
|
|
|
const params = this.getSearchParams()
|
|
|
this.searchState.listSearchCount += 1
|