Commit 4050effd by zhaochengxiang

修改提示

parent 055ffd85
......@@ -785,7 +785,7 @@ const ModelTable = (props) => {
}
},
callback: () => {
showMessage('success', '申请成功');
showMessage('success', '下线成功');
onChange && onChange();
}
})
......
......@@ -40,7 +40,7 @@ const FC = (props) => {
callback: () => {
reset();
showMessage('success', '申请成功')
showMessage('success', '下线成功')
onCancel && onCancel(true);
},
error: () => {
......
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