diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue
index 4225be2a..034adec3 100644
--- a/src/apps/AppSpecialPeople/add.vue
+++ b/src/apps/AppSpecialPeople/add.vue
@@ -4,8 +4,7 @@
@@ -62,11 +61,7 @@
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
-
{{
- $dict.getLabel(item.dict, formData[item.fieldDbName]) || '请选择'
- }}
-
+
@@ -112,12 +107,11 @@
-
+
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
-
+
formData[item.fieldDbName]=v" :name.sync="formData[item.fieldDbName+'_name']"
- :areaId="user.areaId" all :value="formData[item.fieldDbName]" :valueLevel="item.areaPattern"/>
-
+ all :value="formData[item.fieldDbName]" :valueLevel="item.areaPattern" isForm/>
@@ -132,18 +126,14 @@
formData[item.fieldDbName].length
}}人
-
+
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
-
-
{{
- formData[item.fieldDbName] || '请选择'
- }}
-
+
@@ -151,8 +141,7 @@
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
handleSelectResident(v,item)" single>
-
+
@@ -161,8 +150,7 @@
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
handleSelectGird(v,item)" isMyGird>
-
+
@@ -187,7 +175,7 @@ export default {
data() {
return {
appId: '',
- appName: '请选择',
+ appName: '',
showType: false,
typeList: [],
formDataList: [],
@@ -596,22 +584,6 @@ export default {
height: 160px !important;
}
- .area {
- padding: 16px 54px 16px 0;
-
- .label {
- display: inline-block;
- line-height: 78px !important;
- }
-
- .u-icon {
- vertical-align: super;
- position: absolute;
- top: 42px;
- right: 16px;
- }
- }
-
.area-icon {
vertical-align: super;
position: absolute;
diff --git a/src/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue
index 25a0867d..3164a77b 100644
--- a/src/components/AiAreaPicker.vue
+++ b/src/components/AiAreaPicker.vue
@@ -4,7 +4,7 @@