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

泸职搜索条件不生效的bug

上级 a399457f
......@@ -56,6 +56,7 @@ function formatDatas(datas, url = '') {
}
export async function giveFilePostData(datas, url) {
// console.log(datas, url);
for (let i in datas) {
if (
datas[i] === null ||
......
......@@ -169,7 +169,7 @@ class DetailSplit extends Component {
}
const checkListOptions = [];
const checkedConfimList = [];
if (val.hisTaskForm.formKeys) {
if (val?.hisTaskForm?.formKeys) {
val.hisTaskForm.formKeys.map((item) => {
checkListOptions.push({
label: item.taskName,
......@@ -456,6 +456,7 @@ class DetailSplit extends Component {
width: '100%',
display: 'flex',
justifyContent: 'center',
minHeight: '50px',
}}>
<div style={{ width: '100%' }}>
<div
......@@ -466,9 +467,9 @@ class DetailSplit extends Component {
{isCloseFlowPath ? null : ( // 关闭流程紧急度显示
<span
style={{
position: 'absolute',
left: 0,
top: '30%',
// position: 'absolute',
// left: 0,
// top: '30%',
}}>
{isSecond ? (
<>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论