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