From f00afba94a9872c345554eabd20aa0f4f1877d0c Mon Sep 17 00:00:00 2001
From: wanglei <1336977847@qq.com>
Date: Fri, 11 Feb 2022 10:46:27 +0800
Subject: [PATCH] bug
---
src/saas/AppConflictMediation/add.vue | 11 +++++++++++
src/saas/AppSpecialPeople/detail.vue | 9 ++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue
index c798c681..4f82c016 100644
--- a/src/saas/AppConflictMediation/add.vue
+++ b/src/saas/AppConflictMediation/add.vue
@@ -10,6 +10,7 @@
+ {{ form.content.length }}/200
@@ -233,6 +234,9 @@
if (!this.form.groupId) {
return this.$u.toast('请选择事件类型')
}
+ if (!this.form.address) {
+ return this.$u.toast('请选择发生地点')
+ }
if (!this.form.girdName) {
return this.$u.toast('请选择上报网格')
}
@@ -277,6 +281,12 @@
background: #fff;
}
+ .limit {
+ position: fixed;
+ right: 44px;
+ font-size: 16px;
+ }
+
.form-item {
padding-left: 32px;
@@ -300,6 +310,7 @@
align-items: center;
font-size: 32px;
+
span {
max-width: 400px;
margin-right: 8px;
diff --git a/src/saas/AppSpecialPeople/detail.vue b/src/saas/AppSpecialPeople/detail.vue
index c2813b8a..140f60b3 100644
--- a/src/saas/AppSpecialPeople/detail.vue
+++ b/src/saas/AppSpecialPeople/detail.vue
@@ -177,6 +177,10 @@ 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 {
@@ -185,11 +189,6 @@ export default {
// })
// this.userList[index].check = true
// }
- this.type = item.dictValue
- this.current = 1
- this.userList = []
- this.getUserList()
-
},
toEdit(row,index) {
uni.navigateTo({