diff --git a/src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue b/src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue index 783960a..ce14cd2 100644 --- a/src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue +++ b/src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue @@ -104,8 +104,10 @@ const getTaskFormData = () =>{ state.id=props.versionid state.formData = stringToObj(data.tableFormPage.mastesform) state.formData.config.hideField = []//暂时的修复方法:接口返回的config中没有hideField属性,手动添加 - //console.log("tableFlow---echoTableFormPage---data.tableFormPage.mastesform",data.tableFormPage.mastesform) - state.dict = string2json(data.tableFormPage.dict) + + // console.log("tableFlow---echoTableFormPage---data.tableFormPage.mastesform",data.tableFormPage.mastesform) + state.dict = string2json(data.tableFormPage.dict) + state.formData.powerstr = string2json(data.tableFormPage.powerstr) judgeSubmitCancel({"name":data.tableFormPage.mastesformjson}) .then((datajud:any) =>{