hookehuyr

fix

...@@ -918,7 +918,9 @@ export default { ...@@ -918,7 +918,9 @@ export default {
918 state.reloadLoading = false; 918 state.reloadLoading = false;
919 } 919 }
920 } 920 }
921 + if (urlQuery.type !== 'preview') {
921 getVersionList(); 922 getVersionList();
923 + }
922 924
923 // TAG: 接口获取流程图数据 925 // TAG: 接口获取流程图数据
924 const flowData = ref<any>(null); 926 const flowData = ref<any>(null);
......