Commit beed4fd8 authored by cellee's avatar cellee

Merge branch 'final' of http://120.77.240.215:9701/Maple/tostumi.git into final

parents 5c7e5edb ea9b0946
......@@ -37,7 +37,7 @@ const Edit = (props: any) => {
if (checkedValue.indexOf('0') > -1 && checkedValue.indexOf('1') > -1) {
Modal.error({
title: 'Error',
content: <div>Accountant and security can only choose one!!!</div>,
content: <div>Accounting and security can only be selected singly.</div>,
});
}
};
......
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