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({