查询
This commit is contained in:
@@ -166,6 +166,8 @@ export default {
|
||||
size: 6,
|
||||
current: this.current,
|
||||
areaId: this.areaId,
|
||||
createUserId: this.currentTabs == 1 ? this.user.id : '',
|
||||
title: this.keyword,
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -192,7 +194,10 @@ export default {
|
||||
},
|
||||
|
||||
change(index) {
|
||||
this.areaId = this.user.areaId
|
||||
this.keyword = ''
|
||||
this.currentTabs = index
|
||||
this.getList()
|
||||
},
|
||||
|
||||
goDetail(item, hint) {
|
||||
@@ -225,11 +230,13 @@ export default {
|
||||
handerSearch(e) {
|
||||
this.keyword = e
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
handerClear() {
|
||||
this.keyword = ''
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
previewImage(images, img) {
|
||||
|
||||
Reference in New Issue
Block a user