---用户管理,网元管理等中英文
This commit is contained in:
@@ -34,11 +34,11 @@ function fnEdit(v: boolean) {
|
||||
/**提交保存 */
|
||||
function fnSave() {
|
||||
Modal.confirm({
|
||||
title: '提示',
|
||||
title: t('common.tipTitle'),
|
||||
content: `确认要提交当前变更的版权声明吗?`,
|
||||
onOk() {
|
||||
// 发送请求
|
||||
const hide = message.loading('请稍等...', 0);
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
state.loading = true;
|
||||
changeValue({ key: 'sys.copyright', value: state.copyright }).then(
|
||||
res => {
|
||||
|
||||
Reference in New Issue
Block a user