瀏覽代碼

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,