From c58045702dde6f6ce21992ef781e151fb6c61abd Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 23 Apr 2024 17:33:11 +0800
Subject: [PATCH] 更新
---
subPackage/workbench/views/editExamine.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/subPackage/workbench/views/editExamine.vue b/subPackage/workbench/views/editExamine.vue
index 2520791..afd8a38 100644
--- a/subPackage/workbench/views/editExamine.vue
+++ b/subPackage/workbench/views/editExamine.vue
@@ -90,7 +90,6 @@
<view class="item bgc-ff mt-20">
-
<view class="flex j-c-s-b a-i-c" style="padding-top:12rpx;">
<view class="box-title" style="width:50%;">
<box-title title="房东信息"></box-title>
@@ -122,7 +121,6 @@
<u--input border="none" v-model="form.landlordWxAccount" placeholder="请输入">
</u--input>
</u-form-item>
-
</view>
</u-form>
<view class="license">
@@ -331,9 +329,11 @@
this.$refs.form.setRules(this.rules)
},
-
- async mounted() {
+ async onLoad() {
await this.getBizDict();
+ },
+
+ mounted() {
this.getCsDetails();
},
@@ -458,6 +458,7 @@
if (item.ethnicity) {
let obj = this.$getIndex(this.nationTypeList, item.ethnicity,
"value", "name")
+ console.log("ethnicity==>", obj)
this.$refs.formItemRef[index].nationValue = obj.name;
this.$refs.formItemRef[index].nationTypeIndex = obj.index;
}
--
Gitblit v1.9.3