Commit 2a68672b by zhaochengxiang

采集

parent aa81832c
...@@ -179,7 +179,7 @@ const UpdateTaskModal = (props) => { ...@@ -179,7 +179,7 @@ const UpdateTaskModal = (props) => {
} }
const targetItem = (param) => { const targetItem = (param) => {
if (param.selectMode === 'select') { if (param.selectMode === 'singleSelect') {
return ( return (
<Select allowClear> <Select allowClear>
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment