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
c74234e0
Commit
c74234e0
authored
Dec 10, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务商提交错误提示修改
parent
cc314693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ServiceProvider.ts
src/models/ServiceProvider.ts
+6
-0
Edit.tsx
src/pages/UserManagement/ServiceProviderManagement/Edit.tsx
+1
-0
No files found.
src/models/ServiceProvider.ts
View file @
c74234e0
...
@@ -150,5 +150,11 @@ export default {
...
@@ -150,5 +150,11 @@ export default {
message
.
error
(
'Deletion failed,Please try again'
);
message
.
error
(
'Deletion failed,Please try again'
);
}
}
},
},
*
CurDataClear
({
playload
}:
any
,
{
call
,
put
}:
any
)
{
console
.
log
(
'清除数据'
);
let
CurData
=
null
;
yield
put
({
type
:
'returnCurData'
,
CurData
});
},
},
},
};
};
src/pages/UserManagement/ServiceProviderManagement/Edit.tsx
View file @
c74234e0
...
@@ -66,6 +66,7 @@ const Edit = (props: any) => {
...
@@ -66,6 +66,7 @@ const Edit = (props: any) => {
console
.
log
(
CurData
);
console
.
log
(
CurData
);
if
(
CurData
!=
null
)
{
if
(
CurData
!=
null
)
{
setload
(
false
);
setload
(
false
);
dispatch
({
type
:
'ServiceProvider/CurDataClear'
,
playload
:
{}
});
}
}
},
[
CurData
]);
},
[
CurData
]);
...
...
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