Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
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
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maple
TOSTUMI
Commits
e892b86e
Commit
e892b86e
authored
Oct 13, 2020
by
MrShi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 批量上传业主,条件查询服务商
parent
64895f51
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
26 deletions
+32
-26
ResultPageFailed.tsx
...es/UserManagement/LIFEUserManagement/ResultPageFailed.tsx
+3
-3
Users.tsx
src/pages/UserManagement/LIFEUserManagement/Users.tsx
+2
-2
ServiceProviderManagement.tsx
...t/ServiceProviderManagement/ServiceProviderManagement.tsx
+27
-21
TOS WEB端 接口文档(word) .docx
项目文档/TOS WEB端 接口文档(word) .docx
+0
-0
No files found.
src/pages/UserManagement/LIFEUserManagement/ResultPageFailed.tsx
View file @
e892b86e
src/pages/UserManagement/LIFEUserManagement/Users.tsx
View file @
e892b86e
...
@@ -77,11 +77,11 @@ const Users = (props:any) => {
...
@@ -77,11 +77,11 @@ const Users = (props:any) => {
setFileUploading
(
true
)
setFileUploading
(
true
)
}
}
if
(
info
.
file
.
status
===
'done'
)
{
if
(
info
.
file
.
status
===
'done'
)
{
if
(
info
.
file
.
response
.
data
.
error_code
==
"0000"
)
{
if
(
info
.
file
.
response
.
error_code
==
"0000"
)
{
history
.
push
(
location
.
pathname
+
"/Result"
)
history
.
push
(
location
.
pathname
+
"/Result"
)
}
else
{
}
else
{
history
.
push
(
location
.
pathname
+
"/ResultFailed"
)
history
.
push
(
location
.
pathname
+
"/ResultFailed"
)
message
.
error
(
`
${
info
.
file
.
name
}
file upload failed.`
);
message
.
error
(
`
${
info
.
file
.
name
}
file upload failed.`
+
'failed count is '
+
info
.
file
.
response
.
data
.
count
);
setFileUploading
(
false
)
setFileUploading
(
false
)
}
}
}
else
if
(
info
.
file
.
status
===
'error'
)
{
}
else
if
(
info
.
file
.
status
===
'error'
)
{
...
...
src/pages/UserManagement/ServiceProviderManagement/ServiceProviderManagement.tsx
View file @
e892b86e
...
@@ -75,7 +75,13 @@ const ServiceProviderManagement = (props: any) => {
...
@@ -75,7 +75,13 @@ const ServiceProviderManagement = (props: any) => {
const
CallBackTitleSearch
=
(
comment
:
any
)
=>
{
const
CallBackTitleSearch
=
(
comment
:
any
)
=>
{
console
.
log
(
comment
)
console
.
log
(
comment
)
RA
()
console
.
log
(
location
.
pathname
)
//页面搜索
TosTosServiceProviderGet
({
providerName
:
comment
.
providerName
,
serviceCommunityList
:
CommunityList
})
// history.push(location.pathname+urlEncode(filterObj({ providerName: comment.providerName})))
}
}
return
(
return
(
...
...
项目文档/TOS WEB端 接口文档(word) .docx
0 → 100644
View file @
e892b86e
File added
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