From 92d159597a6873df9709f5b1f8b99adc67908a8a Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Dec 2021 18:38:44 +0800 Subject: [PATCH] bug --- src/apps/AppWalkask/add.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/apps/AppWalkask/add.vue b/src/apps/AppWalkask/add.vue index 3a9aa0db..a1090607 100644 --- a/src/apps/AppWalkask/add.vue +++ b/src/apps/AppWalkask/add.vue @@ -4,11 +4,8 @@
- - {{ forms.areaName }} - 请选择 - - + +
@@ -92,8 +89,10 @@ export default { onLoad(o) { this.id = o.id this.areaIdProps = this.user.areaId - this.forms.areaId = this.user.areaId - this.forms.areaName = this.user.areaName + if(!this.id) { + this.forms.areaId = this.user.areaId + this.areaName = this.user.areaName + } this.$dict.load('realityStatus').then(() => { this.getDetail() })