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