Browse Source

1

Signed-off-by: liwenxuan <1298531568@qq.com>
lwx_v4
liwenxuan 12 months ago
parent
commit
b764195df8
  1. 12
      src/views/formTable/page/cardPage.vue
  2. 11
      src/views/formTable/taskListPage.vue

12
src/views/formTable/page/cardPage.vue

@ -5,7 +5,7 @@
-->
<script lang='ts' setup>
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 { 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

11
src/views/formTable/taskListPage.vue

@ -314,6 +314,17 @@ const openSearch = () => {
const closeSearch = () => {
drawerOpen.value = false;
}
function getFieldRecord(param1: any) {
return request({
url: '/javasys/lowCode/AssociatedForms/getFieldRecord',
method: 'post',
data: {
optionsValue3Field:param1
},
});
}
/**
@ 作者: 秦东
@ 时间: 2024-03-28 16:03:12

Loading…
Cancel
Save