积分审核

This commit is contained in:
liuye
2023-04-07 09:30:38 +08:00
parent 41371a07c4
commit 35de3a3fad

View File

@@ -60,7 +60,6 @@ export default {
keyword: '',
areaId: '',
areaName: '',
showDateSelect: false,
search: {
name: '',
@@ -89,6 +88,8 @@ export default {
this.getListInit()
})
this.getTypeList()
},
onShow() {
uni.$on('updateList', () => {
this.getListInit()
})