Compare commits
No commits in common. "a697614a07610581bb914f20dd2573e7012f71e5" and "4a0d1e1f947d19832c5d0bd0a2a4f24b292f655c" have entirely different histories.
a697614a07
...
4a0d1e1f94
|
|
@ -7,11 +7,11 @@ const ToolBar = ({ setSearchVal }) => {
|
|||
const [form] = Form.useForm();
|
||||
const types = [
|
||||
{
|
||||
label: '培训人次',
|
||||
label: '培训期数',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
label: '培训期数',
|
||||
label: '培训人次',
|
||||
value: 2
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -91,9 +91,6 @@ const Page = () => {
|
|||
} else {
|
||||
setStaData({...res.data,list:res.data.list2})
|
||||
}
|
||||
}else{
|
||||
message.error(res.description)
|
||||
setStaData([])
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
|
|
|||
Loading…
Reference in New Issue