积分审核
This commit is contained in:
@@ -60,7 +60,6 @@ export default {
|
|||||||
keyword: '',
|
keyword: '',
|
||||||
areaId: '',
|
areaId: '',
|
||||||
areaName: '',
|
areaName: '',
|
||||||
|
|
||||||
showDateSelect: false,
|
showDateSelect: false,
|
||||||
search: {
|
search: {
|
||||||
name: '',
|
name: '',
|
||||||
@@ -89,6 +88,8 @@ export default {
|
|||||||
this.getListInit()
|
this.getListInit()
|
||||||
})
|
})
|
||||||
this.getTypeList()
|
this.getTypeList()
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
uni.$on('updateList', () => {
|
uni.$on('updateList', () => {
|
||||||
this.getListInit()
|
this.getListInit()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user