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