Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
b128d0f3
Commit
b128d0f3
authored
Jul 29, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
fcb83a0a
Pipeline
#16534
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PeopleInfo.jsx
src/pages/Test/PeopleInfo.jsx
+1
-1
Send.jsx
src/pages/Test/Send.jsx
+3
-3
No files found.
src/pages/Test/PeopleInfo.jsx
View file @
b128d0f3
...
...
@@ -48,7 +48,7 @@ const Send = (props) => {
return
(
<
div
>
<
Modal
title=
"选择
参会
人员"
title=
"选择
审核
人员"
className=
"date-modal"
visible=
{
visible
}
transparent
...
...
src/pages/Test/Send.jsx
View file @
b128d0f3
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment