소스 검색

57538 bug

tangning 5 일 전
부모
커밋
fc0f6f0d0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/productOperation/modal/PowersModal.vue

+ 1 - 1
src/views/productOperation/modal/PowersModal.vue

@@ -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,