diff --git a/src/api/schedule/todoCenter.js b/src/api/schedule/todoCenter.js index a68fb14..2206c3b 100644 --- a/src/api/schedule/todoCenter.js +++ b/src/api/schedule/todoCenter.js @@ -6,8 +6,8 @@ export const getTodoCenterStats = data => createAPI('schedule/getTodoCenterStats // 功能代办中心:分页查询代办列表 export const searchTodoCenterList = data => createAPI('schedule/searchTodoCenterList', 'POST', data) -// 功能代办中心:查询创建分卷缓存详情 -export const getTodoCacheDetail = data => createAPI('schedule/shiftChange/getUnprocessedData', 'POST', data) +// 功能代办中心:查询创建分卷详情快照(触发批次/报告批次) +export const getTodoDetailRecords = data => createAPI('schedule/getTodoDetailRecords', 'POST', data) // 功能代办中心:审核代办消息 export const auditTodoMessage = data => createAPI('schedule/auditTodoMessage', 'POST', data) diff --git a/src/views/modules/todo/todoCenter.vue b/src/views/modules/todo/todoCenter.vue index 7364dee..2851d34 100644 --- a/src/views/modules/todo/todoCenter.vue +++ b/src/views/modules/todo/todoCenter.vue @@ -193,7 +193,6 @@ size="mini" type="primary" plain - :disabled="item.auditFlag === 'Y' && item.operateFlag === 'Y'" @click="showDetail(item)"> 详情 @@ -241,96 +240,104 @@ width="830px" class="todo-cache-detail-dialog" append-to-body> -
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
+ 当前代办暂无详情数据 +
+
+
+
{{ section.title }}
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
- +
关闭 @@ -350,7 +357,7 @@