mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
This commit is contained in:
parent
8656cef2a4
commit
52cfad077e
|
@ -109,7 +109,6 @@ export default defineComponent({
|
|||
eText: {
|
||||
type: String,
|
||||
default: '请正确拼合图像',
|
||||
|
||||
},
|
||||
isShowTip: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -323,8 +323,6 @@ const sendCode = () => {
|
|||
}, 1000);
|
||||
}
|
||||
const login = async (type: string) => {
|
||||
//加载效果:开始加载
|
||||
loading.value=true;
|
||||
const obj = loginParams.value
|
||||
if (!currentHospital.value) {
|
||||
ElMessage.warning('请在右上角选择院区')
|
||||
|
|
Loading…
Reference in New Issue
Block a user