hookehuyr

fix

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