Commit 5df15a3a by zhaochengxiang

提示

parent fa06e11f
......@@ -159,7 +159,7 @@ const FC = (props) => {
},
},
callback: () => {
showMessage('warn', '关联成功');
showMessage('success', '关联成功');
onCancel?.(true);
}
});
......@@ -181,7 +181,7 @@ const FC = (props) => {
},
},
callback: () => {
showMessage('warn', '关联成功');
showMessage('success', '关联成功');
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