Compare commits

...

2 Commits

Author SHA1 Message Date
wuxw
c02d87081a 解决 格式化bug 2026-01-05 16:41:52 +08:00
wuxw
6b4d61b5f4 v1.9优化业主详情页面 预存账户时选择水电费时 没有选择到房屋的bug 2026-01-05 14:17:15 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<el-dialog :title="$t('prestoreAccount.title')" :visible.sync="visible" width="800px" @close="handleClose">
<el-form ref="form" :model="formData" :rules="rules" label-width="120px">
<el-form-item :label="$t('prestoreAccount.accountType')" prop="acctType" required>
<el-select v-model="formData.acctType" class="w-full" :placeholder="$t('prestoreAccount.accountType')">
<el-select v-model="formData.acctType" class="w-full" :placeholder="$t('prestoreAccount.accountType')" @change="loadOwnerRooms">
<el-option v-for="(type, index) in acctTypes" :key="index" :label="type.name" :value="type.statusCd" />
</el-select>
</el-form-item>

View File

@ -522,6 +522,7 @@ export default {
})
},
changeSimplifyRoomConfigId() {
this.handleNotify()
this.$emit('notify', {})
},
simplifyRoomGetFeeOwnerInfo(attrs) {