diff --git a/src/components/DesignForm/app/formPage.vue b/src/components/DesignForm/app/formPage.vue index 27b09c3..b901bc7 100644 --- a/src/components/DesignForm/app/formPage.vue +++ b/src/components/DesignForm/app/formPage.vue @@ -174,7 +174,7 @@ watch(()=>props.isWorkFlow,(val:number)=>{ const getFlowInitSwps = () => { gainRunFlowStart({id:props.flowkey}) .then(({data})=>{ - // console.log("获取流程",data) + console.log("获取流程",data) flowMap.value = data.flowList nextStep.value = data.nextStep currentProgress.value = data.Step diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index f39350b..acc1f2e 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -1028,7 +1028,7 @@ const judgeListTitle = (val:any,viewConfig:any) => { :key="item.id || item.label" > - +