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

debug

parent 2c0d02c9
Pipeline #16678 passed with stages
in 1 minute and 3 seconds
...@@ -25,7 +25,7 @@ const Send = (props) => { ...@@ -25,7 +25,7 @@ const Send = (props) => {
}); });
setLoading(true); setLoading(true);
values.toUid = sP.value; values.toUid = sP.value;
values.uid = 'cgcPcPoo'; values.uid = sPU.value;
axios.patch('/demo/initiateApproval', values).then(res => { axios.patch('/demo/initiateApproval', values).then(res => {
setLoading(false); setLoading(false);
res.data.success && Toast.success('提交成功') res.data.success && Toast.success('提交成功')
......
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