Commit 4050effd by zhaochengxiang

修改提示

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