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
0b02dc6d
Commit
0b02dc6d
authored
Aug 03, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
30bc8392
Pipeline
#16652
failed with stages
in 35 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
17 deletions
+11
-17
AddressUser.jsx
src/components/AddressList/AddressUser.jsx
+1
-1
TreeData.jsx
src/components/AddressList/TreeData.jsx
+1
-1
Footer.jsx
src/layout/Footer.jsx
+1
-1
Process.jsx
src/pages/EventProcessing/Process.jsx
+1
-1
Send.jsx
src/pages/Test/Send.jsx
+0
-6
Send.jsx
src/pages/UnCommon/Mail/Send.jsx
+1
-1
User.jsx
src/pages/User/User.jsx
+1
-1
Goods.jsx
src/pages/Work/components/Goods.jsx
+2
-2
Meet.jsx
src/pages/Work/components/Meet.jsx
+1
-1
Normal.jsx
src/pages/Work/components/Normal.jsx
+2
-2
No files found.
src/components/AddressList/AddressUser.jsx
View file @
0b02dc6d
...
...
@@ -3,7 +3,7 @@ import './index.less'
const
Index
=
(
props
)
=>
{
const
data
=
props
.
data
;
console
.
log
(
data
)
//
console.log(data)
return
(
<
div
className=
"address-box"
>
{
data
&&
data
.
length
>
0
&&
data
.
map
((
item
,
index
)
=>
item
.
XM
&&
(
...
...
src/components/AddressList/TreeData.jsx
View file @
0b02dc6d
...
...
@@ -37,7 +37,7 @@ const TreeData = (props) => {
useEffect
(()
=>
{
setSGood
(
peopleData
)
},
[
peopleData
]);
console
.
log
(
sGood
);
//
console.log(sGood);
const
getProps
=
(
data
)
=>
(
...
...
src/layout/Footer.jsx
View file @
0b02dc6d
...
...
@@ -41,7 +41,7 @@ const Footer = (props) => {
const
url
=
props
.
location
.
pathname
;
url
.
indexOf
(
'/bord/backlog'
)
>
-
1
&&
setCurrent
(
'backlog'
);
url
.
indexOf
(
'/bord/work'
)
>
-
1
&&
setCurrent
(
'work'
);
url
.
indexOf
(
'/bord/address
List
'
)
>
-
1
&&
setCurrent
(
'addressList'
);
url
.
indexOf
(
'/bord/address'
)
>
-
1
&&
setCurrent
(
'addressList'
);
url
.
indexOf
(
'/bord/notice'
)
>
-
1
&&
setCurrent
(
'notice'
);
},
[
props
]);
...
...
src/pages/EventProcessing/Process.jsx
View file @
0b02dc6d
...
...
@@ -191,7 +191,7 @@ const Process = (props) => {
dealInfo
:
JSON
.
stringify
({
BLYJ
:
blyj
,
flowTbId
}),
params
:
JSON
.
stringify
({
UUID
:
uuid
})}
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
});
}
...
...
src/pages/Test/Send.jsx
View file @
0b02dc6d
...
...
@@ -38,12 +38,6 @@ const Send = (props) => {
const
[
personVisible
,
setPersonVisible
]
=
useState
(
false
);
const
[
loading
,
setLoading
]
=
useState
(
false
);
const
mqMedia
=
window
.
matchMedia
(
'(orientation: portrait)'
);
useEffect
(()
=>
{
console
.
log
(
mqMedia
,
mqMedia
.
matches
)
},[]);
return
(
<
Document
title=
"请假申请"
>
<
WingBlank
>
...
...
src/pages/UnCommon/Mail/Send.jsx
View file @
0b02dc6d
...
...
@@ -13,7 +13,7 @@ const Send = (props) => {
const
{
getFieldProps
}
=
props
.
form
;
const
[
loading
,
setLoading
]
=
useState
(
false
);
console
.
log
(
loading
)
//
console.log(loading)
const
onSubmit
=
()
=>
{
props
.
form
.
validateFields
({
force
:
true
},
(
error
)
=>
{
...
...
src/pages/User/User.jsx
View file @
0b02dc6d
...
...
@@ -49,7 +49,7 @@ const Send = (props) => {
const
[
upload
,
setUpload
]
=
useState
([]);
const
uploadChange
=
(
files
,
type
,
index
)
=>
{
console
.
log
(
files
,
type
,
index
)
//
console.log(files, type, index)
setUpload
(
files
)
}
...
...
src/pages/Work/components/Goods.jsx
View file @
0b02dc6d
...
...
@@ -119,7 +119,7 @@ const Send = (props) => {
},
payload
:
formData
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
// Toast.success('发送成功');
});
}
...
...
@@ -214,7 +214,7 @@ const Send = (props) => {
tableId
:
submitData
.
tableId
,
}
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
})
// const result = goods.filter(item => ids.indexOf(item.id) < 0);
...
...
src/pages/Work/components/Meet.jsx
View file @
0b02dc6d
...
...
@@ -101,7 +101,7 @@ const Send = (props) => {
},
payload
:
formData
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
// Toast.success('发送成功');
});
}
...
...
src/pages/Work/components/Normal.jsx
View file @
0b02dc6d
...
...
@@ -56,7 +56,7 @@ const Send = (props) => {
resolve
()
})).
then
(()
=>
{
if
(
name
!==
'办公用品采购'
)
{
console
.
log
(
res
)
//
console.log(res)
res
&&
res
.
uuid
&&
Toast
.
success
(
'新增成功'
);
res
&&
res
.
uuid
&&
props
.
history
.
goBack
()
}
else
{
...
...
@@ -116,7 +116,7 @@ const Send = (props) => {
},
payload
:
formData
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
// Toast.success('发送成功');
});
}
...
...
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