ecinc-cloud-wappaio 9.0.3 → 9.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/ecwappaio.common.js
CHANGED
|
@@ -214963,7 +214963,6 @@ service.interceptors.request.use(function (config) {
|
|
|
214963
214963
|
}
|
|
214964
214964
|
return config;
|
|
214965
214965
|
}, function (error) {
|
|
214966
|
-
// do something with request error
|
|
214967
214966
|
console.log(error); // for debug
|
|
214968
214967
|
return Promise.reject(error);
|
|
214969
214968
|
});
|
|
@@ -215019,6 +215018,8 @@ service.interceptors.response.use(function (response) {
|
|
|
215019
215018
|
return Promise.reject(error);
|
|
215020
215019
|
}
|
|
215021
215020
|
});
|
|
215021
|
+
} else if (error.response && error.response.data && error.response.data.code) {
|
|
215022
|
+
return error.response.data.code;
|
|
215022
215023
|
} else if (error.response && error.response.data) {
|
|
215023
215024
|
var errrst = {
|
|
215024
215025
|
code: 'error',
|
|
@@ -215043,7 +215044,7 @@ service.interceptors.response.use(function (response) {
|
|
|
215043
215044
|
type: 'error'
|
|
215044
215045
|
});
|
|
215045
215046
|
}
|
|
215046
|
-
return Promise.
|
|
215047
|
+
return Promise.reject(errrst.message);
|
|
215047
215048
|
} else {
|
|
215048
215049
|
var _errrst = {
|
|
215049
215050
|
code: 'error',
|
|
@@ -314956,7 +314957,7 @@ __webpack_require__("e792");
|
|
|
314956
314957
|
|
|
314957
314958
|
|
|
314958
314959
|
// 以数组的结构保存组件,便于遍历
|
|
314959
|
-
var components = [app, auth, eventBus, common_user, Basicform, BatchProcessing, BatchProcessing_TaskItemTypeTree, Basicform_DynamicForm, Basicform_FormItem, DataTable, DataTable_Toolbar, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, PdfTools, ResRoles_ResRoles, ResRoles_RoleInfoForm, ResRoles_RolePermissionForm, Product_Product, ProductRoleMgr, Module["c" /* ModuleIndex */], Module["e" /* SysSetup */], Module["a" /* CopyMenu */], Module["d" /* ModuleMenu */], Module["b" /* FrameLoader */], Organ_ImportPersonOrg, Organ_ImportWorkgroupMember, Organ_OrgPersonMgr, Organ_OrgTreeMgr, Organ_OrgUserList, Organ_ColumnEdit, RichtextEditor, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames, BusiformDesigner, FromEventEdit, ListPageDesigner, TableEntityDesigner_DbSearchPanel, TableEntityDesigner_TableEntityBatchAdd, UdmGenerator_UserModuleForm, TableEntityDesigner_TableEntityForm, TableEntityDesigner_TableFieldForm, TableEntityDesigner_TableFieldList, TableEntityDesigner_ImportModuleCode, TableEntityDesigner_ExportModuleCode, PortalPageDesigner, PortalPageDesigner_PageEvent, PortalPageDesigner_ModuleStyle, UdmGenerator, UdmGenerator_UserModuleForm, SystemDesigner, RoleMgr, WfdList, AdminConsole_BusiformList, AdminConsole_BusiformMgr, AdminConsole_ListpageList, AdminConsole_ListpageMgr, AdminConsole_SyncRestfulApi, AdminConsole_TableEntityList, AdminConsole_TableEntityMgr, wfengine, WorkflowDesigner, ImportWf, FlowTrace, Tester, Wflowform_Attachment, Wflowform_BodyFile, Wflowform_CommandBar, Wflowform_HandleIdea, Wflowform_IdeaInputBox, Wflowform_ModifyWflogAddUser, Wflowform_ModifyWflogSubmitFile, Wflowform_ModifyWflogIdea, Wflowform_WriteToReadIdea, Wflowform_ModifyWfNodelog, Wflowform_SelectOuterDeputy, Wflowform_SubmitHandle, Wflowform_SubmitDialog, Wflowform_WfNodelogList, Wflowform_WflowView, Wflowform_ImgView, Wflowform_IdeaSignature, Wflowform_ReplaceFile, Wflowform_ViewBodyFile, TextRecognition_PDFInjector, TextRecognition_TextRecognition];
|
|
314960
|
+
var components = [app, auth, eventBus, common_user, Basicform, BatchProcessing, BatchProcessing_TaskItemTypeTree, Basicform_DynamicForm, Basicform_FormItem, DataTable, DataTable_Toolbar, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, PdfTools, ResRoles_ResRoles, ResRoles_RoleInfoForm, ResRoles_RolePermissionForm, Product_Product, ProductRoleMgr, Module["c" /* ModuleIndex */], Module["e" /* SysSetup */], Module["a" /* CopyMenu */], Module["d" /* ModuleMenu */], Module["b" /* FrameLoader */], Organ_ImportPersonOrg, Organ_ImportWorkgroupMember, Organ_OrgPersonMgr, Organ_OrgTreeMgr, Organ_JobMatrixMgr, Organ_OrgUserList, Organ_OrgTreeLRLayout, Organ_ColumnEdit, RichtextEditor, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames, BusiformDesigner, FromEventEdit, ListPageDesigner, TableEntityDesigner_DbSearchPanel, TableEntityDesigner_TableEntityBatchAdd, UdmGenerator_UserModuleForm, TableEntityDesigner_TableEntityForm, TableEntityDesigner_TableFieldForm, TableEntityDesigner_TableFieldList, TableEntityDesigner_ImportModuleCode, TableEntityDesigner_ExportModuleCode, PortalPageDesigner, PortalPageDesigner_PageEvent, PortalPageDesigner_ModuleStyle, UdmGenerator, UdmGenerator_UserModuleForm, SystemDesigner, RoleMgr, WfdList, AdminConsole_BusiformList, AdminConsole_BusiformMgr, AdminConsole_ListpageList, AdminConsole_ListpageMgr, AdminConsole_SyncRestfulApi, AdminConsole_TableEntityList, AdminConsole_TableEntityMgr, wfengine, WorkflowDesigner, ImportWf, FlowTrace, Tester, Wflowform_Attachment, Wflowform_BodyFile, Wflowform_CommandBar, Wflowform_HandleIdea, Wflowform_IdeaInputBox, Wflowform_ModifyWflogAddUser, Wflowform_ModifyWflogSubmitFile, Wflowform_ModifyWflogIdea, Wflowform_WriteToReadIdea, Wflowform_ModifyWfNodelog, Wflowform_SelectOuterDeputy, Wflowform_SubmitHandle, Wflowform_SubmitDialog, Wflowform_WfNodelogList, Wflowform_WflowView, Wflowform_ImgView, Wflowform_IdeaSignature, Wflowform_ReplaceFile, Wflowform_ViewBodyFile, TextRecognition_PDFInjector, TextRecognition_TextRecognition];
|
|
314960
314961
|
|
|
314961
314962
|
// 定义 install 方法
|
|
314962
314963
|
var wappaio_index_install = function install(Vue) {
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -214972,7 +214972,6 @@ service.interceptors.request.use(function (config) {
|
|
|
214972
214972
|
}
|
|
214973
214973
|
return config;
|
|
214974
214974
|
}, function (error) {
|
|
214975
|
-
// do something with request error
|
|
214976
214975
|
console.log(error); // for debug
|
|
214977
214976
|
return Promise.reject(error);
|
|
214978
214977
|
});
|
|
@@ -215028,6 +215027,8 @@ service.interceptors.response.use(function (response) {
|
|
|
215028
215027
|
return Promise.reject(error);
|
|
215029
215028
|
}
|
|
215030
215029
|
});
|
|
215030
|
+
} else if (error.response && error.response.data && error.response.data.code) {
|
|
215031
|
+
return error.response.data.code;
|
|
215031
215032
|
} else if (error.response && error.response.data) {
|
|
215032
215033
|
var errrst = {
|
|
215033
215034
|
code: 'error',
|
|
@@ -215052,7 +215053,7 @@ service.interceptors.response.use(function (response) {
|
|
|
215052
215053
|
type: 'error'
|
|
215053
215054
|
});
|
|
215054
215055
|
}
|
|
215055
|
-
return Promise.
|
|
215056
|
+
return Promise.reject(errrst.message);
|
|
215056
215057
|
} else {
|
|
215057
215058
|
var _errrst = {
|
|
215058
215059
|
code: 'error',
|
|
@@ -314965,7 +314966,7 @@ __webpack_require__("e792");
|
|
|
314965
314966
|
|
|
314966
314967
|
|
|
314967
314968
|
// 以数组的结构保存组件,便于遍历
|
|
314968
|
-
var components = [app, auth, eventBus, common_user, Basicform, BatchProcessing, BatchProcessing_TaskItemTypeTree, Basicform_DynamicForm, Basicform_FormItem, DataTable, DataTable_Toolbar, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, PdfTools, ResRoles_ResRoles, ResRoles_RoleInfoForm, ResRoles_RolePermissionForm, Product_Product, ProductRoleMgr, Module["c" /* ModuleIndex */], Module["e" /* SysSetup */], Module["a" /* CopyMenu */], Module["d" /* ModuleMenu */], Module["b" /* FrameLoader */], Organ_ImportPersonOrg, Organ_ImportWorkgroupMember, Organ_OrgPersonMgr, Organ_OrgTreeMgr, Organ_OrgUserList, Organ_ColumnEdit, RichtextEditor, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames, BusiformDesigner, FromEventEdit, ListPageDesigner, TableEntityDesigner_DbSearchPanel, TableEntityDesigner_TableEntityBatchAdd, UdmGenerator_UserModuleForm, TableEntityDesigner_TableEntityForm, TableEntityDesigner_TableFieldForm, TableEntityDesigner_TableFieldList, TableEntityDesigner_ImportModuleCode, TableEntityDesigner_ExportModuleCode, PortalPageDesigner, PortalPageDesigner_PageEvent, PortalPageDesigner_ModuleStyle, UdmGenerator, UdmGenerator_UserModuleForm, SystemDesigner, RoleMgr, WfdList, AdminConsole_BusiformList, AdminConsole_BusiformMgr, AdminConsole_ListpageList, AdminConsole_ListpageMgr, AdminConsole_SyncRestfulApi, AdminConsole_TableEntityList, AdminConsole_TableEntityMgr, wfengine, WorkflowDesigner, ImportWf, FlowTrace, Tester, Wflowform_Attachment, Wflowform_BodyFile, Wflowform_CommandBar, Wflowform_HandleIdea, Wflowform_IdeaInputBox, Wflowform_ModifyWflogAddUser, Wflowform_ModifyWflogSubmitFile, Wflowform_ModifyWflogIdea, Wflowform_WriteToReadIdea, Wflowform_ModifyWfNodelog, Wflowform_SelectOuterDeputy, Wflowform_SubmitHandle, Wflowform_SubmitDialog, Wflowform_WfNodelogList, Wflowform_WflowView, Wflowform_ImgView, Wflowform_IdeaSignature, Wflowform_ReplaceFile, Wflowform_ViewBodyFile, TextRecognition_PDFInjector, TextRecognition_TextRecognition];
|
|
314969
|
+
var components = [app, auth, eventBus, common_user, Basicform, BatchProcessing, BatchProcessing_TaskItemTypeTree, Basicform_DynamicForm, Basicform_FormItem, DataTable, DataTable_Toolbar, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, PdfTools, ResRoles_ResRoles, ResRoles_RoleInfoForm, ResRoles_RolePermissionForm, Product_Product, ProductRoleMgr, Module["c" /* ModuleIndex */], Module["e" /* SysSetup */], Module["a" /* CopyMenu */], Module["d" /* ModuleMenu */], Module["b" /* FrameLoader */], Organ_ImportPersonOrg, Organ_ImportWorkgroupMember, Organ_OrgPersonMgr, Organ_OrgTreeMgr, Organ_JobMatrixMgr, Organ_OrgUserList, Organ_OrgTreeLRLayout, Organ_ColumnEdit, RichtextEditor, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames, BusiformDesigner, FromEventEdit, ListPageDesigner, TableEntityDesigner_DbSearchPanel, TableEntityDesigner_TableEntityBatchAdd, UdmGenerator_UserModuleForm, TableEntityDesigner_TableEntityForm, TableEntityDesigner_TableFieldForm, TableEntityDesigner_TableFieldList, TableEntityDesigner_ImportModuleCode, TableEntityDesigner_ExportModuleCode, PortalPageDesigner, PortalPageDesigner_PageEvent, PortalPageDesigner_ModuleStyle, UdmGenerator, UdmGenerator_UserModuleForm, SystemDesigner, RoleMgr, WfdList, AdminConsole_BusiformList, AdminConsole_BusiformMgr, AdminConsole_ListpageList, AdminConsole_ListpageMgr, AdminConsole_SyncRestfulApi, AdminConsole_TableEntityList, AdminConsole_TableEntityMgr, wfengine, WorkflowDesigner, ImportWf, FlowTrace, Tester, Wflowform_Attachment, Wflowform_BodyFile, Wflowform_CommandBar, Wflowform_HandleIdea, Wflowform_IdeaInputBox, Wflowform_ModifyWflogAddUser, Wflowform_ModifyWflogSubmitFile, Wflowform_ModifyWflogIdea, Wflowform_WriteToReadIdea, Wflowform_ModifyWfNodelog, Wflowform_SelectOuterDeputy, Wflowform_SubmitHandle, Wflowform_SubmitDialog, Wflowform_WfNodelogList, Wflowform_WflowView, Wflowform_ImgView, Wflowform_IdeaSignature, Wflowform_ReplaceFile, Wflowform_ViewBodyFile, TextRecognition_PDFInjector, TextRecognition_TextRecognition];
|
|
314969
314970
|
|
|
314970
314971
|
// 定义 install 方法
|
|
314971
314972
|
var wappaio_index_install = function install(Vue) {
|