提交 c510d2ae authored 作者: 钟是志's avatar 钟是志

31792 资助事务管理/国家三金/国家励志奖学金审核(高职)等模块,查询“年级”优化(101565,bdk@2022*$)

上级 716610d2
...@@ -44,7 +44,7 @@ class Index extends React.Component { ...@@ -44,7 +44,7 @@ class Index extends React.Component {
if (typeof response.unifiedServicePatternModel === 'undefined') { if (typeof response.unifiedServicePatternModel === 'undefined') {
return false; return false;
} }
destructionFunc.destructionGetDetail(response) destructionFunc.destructionGetDetail(response, workId)
.then((x) => { .then((x) => {
const { const {
addFields, addFields,
......
...@@ -189,7 +189,7 @@ const funcHandleFileds = (source, obj, fieldsColumns) => { ...@@ -189,7 +189,7 @@ const funcHandleFileds = (source, obj, fieldsColumns) => {
return fileds; return fileds;
}; };
export async function destructionGetDetail(response) { export async function destructionGetDetail(response, workId) {
/** /**
* 如果数据校验不通过直接pass 返回默认值, * 如果数据校验不通过直接pass 返回默认值,
* */ * */
...@@ -297,7 +297,7 @@ export async function destructionGetDetail(response) { ...@@ -297,7 +297,7 @@ export async function destructionGetDetail(response) {
} }
} }
const searchCondition = await getSearchCondition(basicPatternModel?.dataObjModels[0]?.id); // ,response.id), const searchCondition = await getSearchCondition(basicPatternModel?.dataObjModels[0]?.id, workId); // ,response.id),
if (response.isShowWaitTaskDef || response.isShowHandledTaskDef) { if (response.isShowWaitTaskDef || response.isShowHandledTaskDef) {
let optProcess = await findListTaskDefinition({ let optProcess = await findListTaskDefinition({
appId: response.id, appId: response.id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论