From 5f1159f16ea4c3a45a2f68ffbff710eef0683ab0 Mon Sep 17 00:00:00 2001
From: wanglei <1336977847@qq.com>
Date: Fri, 11 Feb 2022 12:53:13 +0800
Subject: [PATCH] 27265
---
src/saas/AppConflictMediation/SelectUser.vue | 2 +-
src/saas/AppConflictMediation/add.vue | 9 +-------
src/saas/AppSpecialPeople/detail.vue | 24 ++++++++------------
3 files changed, 12 insertions(+), 23 deletions(-)
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 @@
请选择
@@ -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({