diff --git a/src/saas/AppConflictMediation/List.vue b/src/saas/AppConflictMediation/List.vue index ffc08d8c..b91e8960 100644 --- a/src/saas/AppConflictMediation/List.vue +++ b/src/saas/AppConflictMediation/List.vue @@ -69,7 +69,6 @@ export default { current: 1, pages: 0, show: false, - // myGirdList: [], girdId: '', groupName: '', girdNameText: '所属网格', @@ -112,15 +111,12 @@ export default { }, mounted() { this.current = 1 - // this.girdList() this.getList() - uni.$on('nextList', () => { - this.current++ - this.getList() - }) - uni.$on('getListInit', () => { + this.getStaticList() + uni.$on('update', () => { this.current = 1 this.getList() + this.getStaticList() }) }, onShow() { @@ -183,24 +179,6 @@ export default { uni.navigateTo({ url: './add' }) }, - // girdList() { - // this.$http - // .post(`/app/appgirdmemberinfo/queryMyGirdListWithOut01`, null, { - // params: { - // size: 9999, - // }, - // }) - // .then((res) => { - // if (res.code == 0) { - // this.myGirdList = res.data - // var all = { - // id: '', - // girdName: '全部', - // } - // this.myGirdList.unshift(all) - // } - // }) - // }, confirm(e) { if (this.show) { diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue index 5f0e0955..a989e9a2 100644 --- a/src/saas/AppConflictMediation/add.vue +++ b/src/saas/AppConflictMediation/add.vue @@ -90,7 +90,7 @@