This commit is contained in:
zhaoyz 2024-04-12 09:05:11 +08:00
parent 52cfad077e
commit edbdfef3c9
2 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,7 @@ export default defineComponent({
eText: { eText: {
type: String, type: String,
default: '请正确拼合图像', default: '请正确拼合图像',
}, },
isShowTip: { isShowTip: {
type: Boolean, type: Boolean,

View File

@ -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('请在右上角选择院区')