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
6bf0b67b
Commit
6bf0b67b
authored
Mar 08, 2021
by
cellee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设施多端返回问题
Signed-off-by:
cellee
<
893264950@qq.com
>
parent
60fdc631
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
FacilityBookings.ts
src/models/CommunityManagement/FacilityBookings.ts
+3
-3
FacilityBookings.tsx
...CommunityManagement/FacilityBookings/FacilityBookings.tsx
+3
-3
No files found.
src/models/CommunityManagement/FacilityBookings.ts
View file @
6bf0b67b
...
...
@@ -236,9 +236,9 @@ export default {
}
else
if
(
resp
.
error_code
==
'0002'
)
{
// 多端操作提示清空并返回
message
.
error
(
resp
.
error_msg
?
`
${
resp
.
error_msg
}
`
:
'This record has been processed!'
);
let
Data
,
Data2
,
Data3
=
null
;
let
Data
=
null
;
let
Data2
=
null
;
let
Data3
=
null
;
yield
put
({
type
:
'returnPage'
,
Data
});
yield
put
({
type
:
'returnPage2'
,
Data2
});
yield
put
({
type
:
'returnPage3'
,
Data3
});
...
...
src/pages/CommunityManagement/FacilityBookings/FacilityBookings.tsx
View file @
6bf0b67b
...
...
@@ -433,11 +433,11 @@ const FacilityBookings = (props: any) => {
search=
{
false
}
/>
{
search
?
(
{
Data2
?
(
<
div
className=
"pages"
>
<
Pagination
current=
{
Data2
.
total
.
currentPage
}
total=
{
Data2
.
total
.
totalRow
}
current=
{
Data2
.
total
.
currentPage
?
Data2
.
total
.
currentPage
:
0
}
total=
{
Data2
.
total
.
totalRow
?
Data2
.
total
.
totalRow
:
0
}
// pageSizeOptions=
{[]}
showSizeChanger=
{
false
}
// pageSize=
{
village
.
page
.
curPageSize
}
...
...
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