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