hookehuyr

fix

......@@ -772,6 +772,7 @@ export default {
const getVersionList = async () => {
const { code, data } = await flowVersionAPI({ form_id });
if (code) {
state.reloadLoading = false;
state.version_list = data;// 流程版本列表
let flow_id = getFlowId(); // 流程id,如果是新的流程,则为空
if (state.version_list.length) { // 从外部页面第一次跳到流程编辑页面时,flow_id不存在
......