Commit 75f1683c authored by Sixiang_Zzb's avatar Sixiang_Zzb

添加服务商错误提示修改

parent 58c7aac0
...@@ -64,8 +64,8 @@ export default { ...@@ -64,8 +64,8 @@ export default {
yield put({ type: "returnCurData", CurData }); yield put({ type: "returnCurData", CurData });
// message.error("Service scope selection error!!!") // message.error("Service scope selection error!!!")
Modal.error({ Modal.error({
title: 'Service scope selection error', title: 'Service selection error',
content: 'Accounting service / security service provider is a single option!!!', content: 'No multiple selection are not allowed once Accounting or Security server is being selected!',
}); });
return; return;
} }
...@@ -75,8 +75,8 @@ export default { ...@@ -75,8 +75,8 @@ export default {
let CurData: Boolean = false; let CurData: Boolean = false;
yield put({ type: "returnCurData", CurData }); yield put({ type: "returnCurData", CurData });
Modal.error({ Modal.error({
title: 'Community selection error', title: 'Service selection error',
content: 'You cannot select a community that already has a scope of service!!!', content: 'The community selected has been assigned to other Accounting or Security service provider. Please select again!',
}); });
return; return;
} }
......
...@@ -95,8 +95,8 @@ const Users = (props: any) => { ...@@ -95,8 +95,8 @@ const Users = (props: any) => {
const propsUpload = { const propsUpload = {
name: 'file', name: 'file',
action: () => { action: () => {
// return 'http://47.74.233.180:8651/tos/excel/upload?userId=' + getCookie('id'); return 'http://47.74.233.180:8651/tos/excel/upload?userId=' + id;
return 'http://192.168.1.28:8651/tos/excel/upload?userId=' + id; // return 'http://192.168.1.28:8651/tos/excel/upload?userId=' + id;
}, },
beforeUpload: (file: any) => { beforeUpload: (file: any) => {
if (file.type !== 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet') { if (file.type !== 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet') {
......
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