Commit 5df15a3a by zhaochengxiang

提示

parent fa06e11f
...@@ -159,7 +159,7 @@ const FC = (props) => { ...@@ -159,7 +159,7 @@ const FC = (props) => {
}, },
}, },
callback: () => { callback: () => {
showMessage('warn', '关联成功'); showMessage('success', '关联成功');
onCancel?.(true); onCancel?.(true);
} }
}); });
...@@ -181,7 +181,7 @@ const FC = (props) => { ...@@ -181,7 +181,7 @@ const FC = (props) => {
}, },
}, },
callback: () => { callback: () => {
showMessage('warn', '关联成功'); showMessage('success', '关联成功');
onCancel?.(true); onCancel?.(true);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment