本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhaoy
/
BPA.SAAS.Web
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'groupmealweb' of
http://10.2.1.24:10244/zhaoy/BPA.SAAS.Web
into groupmealweb
groupmealweb
zhaoy
11 月之前
父節點
f9c77d05ef
d6f096166d
當前提交
7d920d11f3
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
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
查看文件
@@ -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…
取消
儲存