diff --git a/src/saas/AppConflictMediation/SelectUser.vue b/src/saas/AppConflictMediation/SelectUser.vue index 417ff5f9..9c7e6e08 100644 --- a/src/saas/AppConflictMediation/SelectUser.vue +++ b/src/saas/AppConflictMediation/SelectUser.vue @@ -102,7 +102,6 @@ export default { }, itemClick(row) { - // console.log(row) var obj = { girdName: row.girdName, id: row.id, @@ -114,6 +113,7 @@ export default { searckGird(row) { this.treeList = [] + console.log(this.treeList); if(row.girdLevel != 2) { //查网格 this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => { if (res?.data) { diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue index 9501e540..c1d54100 100644 --- a/src/saas/AppConflictMediation/add.vue +++ b/src/saas/AppConflictMediation/add.vue @@ -65,13 +65,6 @@ 请选择 -
@@ -111,7 +104,6 @@ (最多9张)
-
@@ -129,6 +121,7 @@ import { mapState } from 'vuex' export default { + appName: '矛盾调解', data () { return { isShowType: false, diff --git a/src/saas/AppSpecialPeople/detail.vue b/src/saas/AppSpecialPeople/detail.vue index 140f60b3..875902bc 100644 --- a/src/saas/AppSpecialPeople/detail.vue +++ b/src/saas/AppSpecialPeople/detail.vue @@ -42,9 +42,9 @@

{{ item.dictName }}

- + -
+
@@ -177,18 +177,14 @@ export default { return idNumber }, showUserType(item) { - this.type = item.dictValue - this.current = 1 - this.userList = [] - this.getUserList() - // if(this.userList[index].check) { - // this.userList[index].check = false - // }else { - // this.userList.map((item) => { - // item.check = false - // }) - // this.userList[index].check = true - // } + if (item.dictValue != this.type) { + this.type = item.dictValue + this.current = 1 + this.userList = [] + this.getUserList() + }else { + this.type = '' + } }, toEdit(row,index) { uni.navigateTo({