Commit b128d0f3 authored by 熊成伟's avatar 熊成伟

debug

parent fcb83a0a
Pipeline #16534 passed with stages
in 1 minute and 2 seconds
......@@ -48,7 +48,7 @@ const Send = (props) => {
return (
<div>
<Modal
title="选择参会人员"
title="选择审核人员"
className="date-modal"
visible={visible}
transparent
......
......@@ -24,7 +24,7 @@ const Send = (props) => {
});
if (!error) {
values.toUid = sP.value;
values.uid = '123fd';
values.uid = 'cgcPcPoo';
axios.patch('/demo/initiateApproval', values).then(res => {
res.data.success && Toast.success('提交成功')
})
......@@ -46,7 +46,7 @@ const Send = (props) => {
<form>
<List>
<InputItem {...getFieldProps('title')}>标题</InputItem>
<InputItem value={'123fd'}>发送人</InputItem>
<InputItem value={'cgcPcPoo'}>发送人</InputItem>
<DatePicker mode="date" className="send-date-style"{...getFieldProps('startTime')}>
<List.Item arrow="horizontal">请假开始时间</List.Item>
</DatePicker>
......@@ -55,7 +55,7 @@ const Send = (props) => {
</DatePicker>
<List.Item className="auto-flex" extra={
<div className="pos-aline">
<div className="meet-select-btn" onClick={() => setPersonVisible(true)}>选择参会人员</div>
<div className="meet-select-btn" onClick={() => setPersonVisible(true)}>选择审核人员</div>
<div>{sP.name}</div>
</div>
}>参会人员</List.Item>
......
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