mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
远程管理错误修复
This commit is contained in:
parent
69c6cd10f7
commit
4fc1ca4d31
|
@ -83,7 +83,8 @@
|
|||
</template>
|
||||
</el-dialog>
|
||||
<el-dialog v-model="isFormDialog" :title="formDialogTitle" width="750px">
|
||||
<DoctorForm ref="doctorFormRef" :type="formDialogTitle === '添加' ? 'add' : 'edit'" @close="isFormDialog = false"
|
||||
<DoctorForm ref="doctorFormRef" :type="formDialogTitle === '添加' ? 'add' : 'edit'"
|
||||
@close="isFormDialog = false"
|
||||
@save="doctorFormSave"/>
|
||||
</el-dialog>
|
||||
<ImportDialog ref="importDialogRef" title="用户导入"
|
||||
|
@ -228,7 +229,9 @@ const resetPassword = (e: any) => {
|
|||
username: e.username
|
||||
}
|
||||
psDialogVisible.value = true
|
||||
setTimeout(() => {
|
||||
formRef.value.resetFields()
|
||||
})
|
||||
}
|
||||
|
||||
const sbPs = () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user