|
|
|
@ -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) |
|
|
|
|
|
|
|
state.formData.powerstr = string2json(data.tableFormPage.powerstr) |
|
|
|
judgeSubmitCancel({"name":data.tableFormPage.mastesformjson}) |
|
|
|
.then((datajud:any) =>{ |
|
|
|
|