Lou
2024-04-23 c58045702dde6f6ce21992ef781e151fb6c61abd
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;
                     }