|
|
@ -5,7 +5,7 @@ |
|
|
--> |
|
|
--> |
|
|
<script lang='ts' setup> |
|
|
<script lang='ts' setup> |
|
|
import request from '@/utils/axios/index' |
|
|
import request from '@/utils/axios/index' |
|
|
import { gainAppPageInfo,judgeSubmitCancel,gainFormPageListCont,getFieldRecord } from '@/api/lowCode/form/index' |
|
|
import { gainAppPageInfo,judgeSubmitCancel,gainFormPageListCont } from '@/api/lowCode/form/index' |
|
|
import{ json2string,string2json } from '@/utils/lowCode/form' |
|
|
import{ json2string,string2json } from '@/utils/lowCode/form' |
|
|
import { softDeletion,retractRunWorkFlow } from '@/api/lowCode/taskapi/management' |
|
|
import { softDeletion,retractRunWorkFlow } from '@/api/lowCode/taskapi/management' |
|
|
|
|
|
|
|
|
@ -242,6 +242,16 @@ const asfGetPageData = (asfFormId: any,asfToSelectMastersKey: any) => { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function getFieldRecord(param1: any) { |
|
|
|
|
|
return request({ |
|
|
|
|
|
url: '/javasys/lowCode/AssociatedForms/getFieldRecord', |
|
|
|
|
|
method: 'post', |
|
|
|
|
|
data: { |
|
|
|
|
|
optionsValue3Field:param1 |
|
|
|
|
|
}, |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
//liwenxuan 关联表单 end |
|
|
//liwenxuan 关联表单 end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|