@@ -60,6 +60,7 @@ export default {
|
|||||||
keyword: '',
|
keyword: '',
|
||||||
areaId: '',
|
areaId: '',
|
||||||
areaName: '',
|
areaName: '',
|
||||||
|
|
||||||
showDateSelect: false,
|
showDateSelect: false,
|
||||||
search: {
|
search: {
|
||||||
name: '',
|
name: '',
|
||||||
@@ -88,8 +89,6 @@ 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