diff --git a/src/assets/js/api/company/project.js b/src/assets/js/api/company/project.js index b346bb48..74720850 100644 --- a/src/assets/js/api/company/project.js +++ b/src/assets/js/api/company/project.js @@ -58,4 +58,7 @@ export const getProjectEnterpriseApi = data => post('xmgl/projectEnterprise/sele export const getPlayUrlFromHikvisionApi = data => get('/xmgl/videoItem/getPlayUrlFromHikvision', data); //项目概况字典阶段数据查询 -export const getDConstructionStageListApi = data => post('/xmgl/project/countConstructionStage', data); \ No newline at end of file +export const getDConstructionStageListApi = data => post('/xmgl/project/countConstructionStage', data); + +// 工作流异常日志 +export const getFlowExceptionLogPageApi = data => get('/xmgl/flowExceptionLog/page', data); \ No newline at end of file diff --git a/src/views/companyAdmin/abnormalLog.vue b/src/views/companyAdmin/abnormalLog.vue new file mode 100644 index 00000000..2a69d8f0 --- /dev/null +++ b/src/views/companyAdmin/abnormalLog.vue @@ -0,0 +1,370 @@ + + + diff --git a/src/views/companyAdmin/operationLog.vue b/src/views/companyAdmin/operationLog.vue index 28bdd85c..0f5ae9a7 100644 --- a/src/views/companyAdmin/operationLog.vue +++ b/src/views/companyAdmin/operationLog.vue @@ -212,7 +212,8 @@ export default { }, resetForm() { this.$refs["searchForm"].resetFields(); - this.daterange = []; + // this.daterange = []; + this.selectNowDate(); this.getListData(); }, //获取列表数据 diff --git a/src/views/userCenter/userCenter/componentsModule/dataListData.vue b/src/views/userCenter/userCenter/componentsModule/dataListData.vue index f37f8890..5f8cf4a6 100644 --- a/src/views/userCenter/userCenter/componentsModule/dataListData.vue +++ b/src/views/userCenter/userCenter/componentsModule/dataListData.vue @@ -265,7 +265,12 @@ export default { this.getList(); }, refresh() { - this.searchForm = {}; + this.searchForm = { + userName: "", + operModul: "", + timeRange: [], + }; + this.selectNowDate(); this.pageInfo.pageNo = 1; //页数 this.pageInfo.pageSize = 10; //条数 this.getList();