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
提交
groupmealweb
gwbvipvip
11 months ago
parent
85ddb512d6
commit
d6f096166d
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