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

泸职搜索条件不生效的bug

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