tangning пре 4 дана
родитељ
комит
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,