mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2026-06-12 17:31:48 +08:00
fix(): 监听到回复信息后取消loading
This commit is contained in:
parent
235b6ab5fe
commit
49138bfcc7
|
|
@ -322,6 +322,7 @@ watch(subscribeMedicineData,(newValue:any,oldValue:any)=>{
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'unityResponseConnection':
|
case 'unityResponseConnection':
|
||||||
|
connectionUnityLoading.value=false
|
||||||
whetherControl.value=unityConnectionFlag==='1';
|
whetherControl.value=unityConnectionFlag==='1';
|
||||||
if (unityConnectionFlag==='1') {
|
if (unityConnectionFlag==='1') {
|
||||||
ElMessage.success('连接成功')
|
ElMessage.success('连接成功')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user