|
|
@@ -227,7 +227,7 @@
|
|
|
fusionId.value = data.fusionId;
|
|
|
caseId.value = data.caseId;
|
|
|
resetFields();
|
|
|
- const { authType, supAuth } = await getAuthType({ num: numRef.value, sourceType: sourceType.value });
|
|
|
+ const { authType, supAuth = 1 } = await getAuthType({ num: numRef.value, sourceType: sourceType.value });
|
|
|
fileFlow.showList = authType ? false : true;
|
|
|
supAuthRef.value = supAuth?true:false;
|
|
|
type.value = authType;
|