This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'groupmealweb' of
http://10.2.1.24:10244/zhaoy/BPA.SAAS.Web
into groupmealweb
groupmealweb
zhaoy
11 months ago
parent
f9c77d05ef
d6f096166d
commit
7d920d11f3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/groupMeal/member/membertag/index.jsx
+ 1
- 0
src/pages/groupMeal/member/membertag/index.jsx
View File
@@ -58,6 +58,7 @@ const MemberTagManage = () => {
api.updateMemberTag(fields).then((r) => {
if (r.data) {
message.success('更新成功');
actionRef.current.reload();
} else {
message.error('更新失败请重试!');
}
Write
Preview
Loading…
Cancel
Save