Compare commits

..

No commits in common. "c02d87081a0d04a740a9d7377efab48c9ef870c2" and "96574778d820e29f3d087c1c03821bfa9c9cebae" have entirely different histories.

2 changed files with 1 additions and 2 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')" @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>

View File

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