mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
Compare commits
No commits in common. "c02d87081a0d04a740a9d7377efab48c9ef870c2" and "96574778d820e29f3d087c1c03821bfa9c9cebae" have entirely different histories.
c02d87081a
...
96574778d8
@ -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')" @change="loadOwnerRooms">
|
||||
<el-select v-model="formData.acctType" class="w-full" :placeholder="$t('prestoreAccount.accountType')">
|
||||
<el-option v-for="(type, index) in acctTypes" :key="index" :label="type.name" :value="type.statusCd" />
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
@ -522,7 +522,6 @@ export default {
|
||||
})
|
||||
},
|
||||
changeSimplifyRoomConfigId() {
|
||||
this.handleNotify()
|
||||
this.$emit('notify', {})
|
||||
},
|
||||
simplifyRoomGetFeeOwnerInfo(attrs) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user