Commit 86b2cd4a by zhaochengxiang

修改提升语

parent a188bdc8
......@@ -641,7 +641,7 @@ const ModelTable = (props) => {
const offlineService = (record) => {
modal.confirm({
title: '提示!',
content: '您确定要下线服务吗?',
content: '您确定要下线服务吗?',
onOk: () => {
dispatch({
type: 'pds.offlineDataService',
......@@ -651,7 +651,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