|
@@ -164,8 +164,8 @@ import ProcessReportResource from '../../api/dic/ProcessReportResource.js';
|
|
|
import { Spin as ASpin, Empty as AEmpty, message } from 'ant-design-vue';
|
|
import { Spin as ASpin, Empty as AEmpty, message } from 'ant-design-vue';
|
|
|
import { CssUtil } from 'pc-component-v3';
|
|
import { CssUtil } from 'pc-component-v3';
|
|
|
|
|
|
|
|
-import { useI18n} from 'vue-i18n';
|
|
|
|
|
-const { t } = useI18n();
|
|
|
|
|
|
|
+// import { useI18n} from 'vue-i18n';
|
|
|
|
|
+// const { t } = useI18n();
|
|
|
|
|
|
|
|
import {
|
|
import {
|
|
|
PlusSquareTwoTone,
|
|
PlusSquareTwoTone,
|
|
@@ -619,7 +619,7 @@ const execute = async function (tabButton) {
|
|
|
switchFormRoute(tabButton);
|
|
switchFormRoute(tabButton);
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|
|
|
- Notify.error(t('lang.Notify.error'), successData.errorMessage, true);
|
|
|
|
|
|
|
+ Notify.error(proxy.$t('lang.Notify.error'), successData.errorMessage, true);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -653,7 +653,7 @@ const execute = async function (tabButton) {
|
|
|
HtmlWindowResource.uniqueByNo(tabButton.htmlWindowNo).then(
|
|
HtmlWindowResource.uniqueByNo(tabButton.htmlWindowNo).then(
|
|
|
response => {
|
|
response => {
|
|
|
if (response.errorCode != 0) {
|
|
if (response.errorCode != 0) {
|
|
|
- Notify.error(t('lang.Notify.dataDictionaryError'), response.errorMessage, true);
|
|
|
|
|
|
|
+ Notify.error(proxy.$t('lang.Notify.dataDictionaryError'), response.errorMessage, true);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|