-
+
{{ areaName }}
请选择
@@ -29,10 +29,10 @@
{{ $dict.getLabel('realityStatus', item.reality) }}
-
{{ item.description }}
+
{{ item.title }}
-
![]()
+
@@ -62,9 +62,7 @@
-
-
-
+
@@ -154,9 +152,7 @@ export default {
},
areaSelect(e) {
- console.log(e)
- this.areaId = e.id
- this.areaName = e.name
+ this.areaId = e
this.getList()
},
@@ -348,6 +344,10 @@ uni-page-body {
justify-content: center;
align-items: center;
display: flex;
+ position: fixed;
+ right: 6px;
+ bottom: 106px;
+ z-index: 9;
}
}
diff --git a/src/apps/AppWalkask/add.vue b/src/apps/AppWalkask/add.vue
index e3992734..5866c6d6 100644
--- a/src/apps/AppWalkask/add.vue
+++ b/src/apps/AppWalkask/add.vue
@@ -4,7 +4,11 @@
@@ -65,6 +69,7 @@ export default {
show: false,
forms: {
areaId: '',
+ areaName: '',
optionId: '',
create_user_name: '',
reality: '',
@@ -88,6 +93,7 @@ export default {
this.id = o.id
this.areaIdProps = this.user.areaId
this.forms.areaId = this.user.areaId
+ this.forms.areaName = this.user.areaName
this.$dict.load('realityStatus').then(() => {
this.getDetail()
})
@@ -165,12 +171,7 @@ export default {
},
areaSelect(e) {
- if (e.type == 5) {
- this.forms.areaId = e.id
- }
- if (e.type == 4) {
- this.forms.areaId = e.id
- }
+ this.forms.areaId = e
},
backlist(e) {
@@ -280,6 +281,7 @@ export default {
font-size: 32px;
font-weight: 500;
color: #ffffff;
+ z-index: 999;
}
}
diff --git a/src/apps/AppWalkask/walkObject.vue b/src/apps/AppWalkask/walkObject.vue
index 8cb40603..96e55e38 100644
--- a/src/apps/AppWalkask/walkObject.vue
+++ b/src/apps/AppWalkask/walkObject.vue
@@ -1,7 +1,7 @@