| | |
| | |
|
| | |
|
| | | <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>
|
| | |
| | | <u--input border="none" v-model="form.landlordWxAccount" placeholder="请输入">
|
| | | </u--input>
|
| | | </u-form-item>
|
| | |
|
| | | </view>
|
| | | </u-form>
|
| | | <view class="license">
|
| | |
| | | this.$refs.form.setRules(this.rules)
|
| | |
|
| | | },
|
| | |
|
| | | async mounted() {
|
| | | async onLoad() {
|
| | | await this.getBizDict();
|
| | | },
|
| | |
|
| | | mounted() {
|
| | | this.getCsDetails();
|
| | | },
|
| | |
|
| | |
| | | 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;
|
| | | }
|