From e8abec7eb9de3c4e64b926b1e819447e599468c8 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Feb 2022 13:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppConflictMediation/List.vue | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/saas/AppConflictMediation/List.vue b/src/saas/AppConflictMediation/List.vue index 494c9dce..983ca954 100644 --- a/src/saas/AppConflictMediation/List.vue +++ b/src/saas/AppConflictMediation/List.vue @@ -69,7 +69,7 @@ export default { current: 1, pages: 0, show: false, - myGirdList: [], + // myGirdList: [], girdId: '', groupName: '', girdNameText: '所属网格', @@ -112,7 +112,7 @@ export default { }, mounted() { this.current = 1 - this.girdList() + // this.girdList() this.getList() uni.$on('nextList', () => { this.current++ @@ -182,24 +182,24 @@ 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) - } - }) - }, + // 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) {