Commit 86b2cd4a by zhaochengxiang

修改提升语

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