Browse Source

Merge pull request #112 in DEC/decision-webui-dcm from ~ALAN/decision-webui-dcm:release/10.0 to release/10.0

* commit '05dcfc1266c77b8602777637f5873ca49bda4935':
  fix: DEC-10494 国际化错误提示
qufenxi
alan 5 years ago
parent
commit
f56b838bbe
  1. 2
      src/modules/pages/maintain/forms/form.ts

2
src/modules/pages/maintain/forms/form.ts

@ -258,7 +258,7 @@ export class MaintainForm extends BI.Widget {
} }
this.addConnection(form); this.addConnection(form);
} else { } else {
this.setFromError(result.errorMsg); this.setFromError(BI.i18nText(result.errorMsg));
} }
} else { } else {
BI.Msg.toast(BI.i18nText(result.errorMsg), { BI.Msg.toast(BI.i18nText(result.errorMsg), {

Loading…
Cancel
Save