diff --git a/src/api/api.js b/src/api/api.js
index c801edef..ee7b85e1 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -160,6 +160,9 @@ const syncAsmsInterface = (params) => getAction('/docking/asms/api/lawsAsmsOpenA
// ASMS接口管理-删除字典配置项
const batchDelDictItemAsmsInterface = (params) => getAction('/docking/asms/api/lawsAsmsOpenApi/removeDictItemBatch', params)
+// 待办推送记录-重新发送
+const resendMessage = (params) => postAction('/lawsUnifiedTodoLog/send', params)
+
export {
addRole,
editRole,
@@ -250,5 +253,7 @@ export {
editAsmsInterface,
getAsmsInterfaceById,
syncAsmsInterface,
- batchDelDictItemAsmsInterface
+ batchDelDictItemAsmsInterface,
+
+ resendMessage
}
diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js
index f26ba493..0c21444e 100644
--- a/src/common/lang/system/zh.js
+++ b/src/common/lang/system/zh.js
@@ -107,5 +107,14 @@ module.exports = {
isBringIn: '是否引入',
haveBind: '当前零部件分类结构下已有',
isBringInRelation: '绑定标准关联关系,是否引入对应关系?'
+ },
+ // 待办推送记录
+ todoPushRecord: {
+ messageType: '消息类型',
+ pushContent: '推送内容',
+ pushAddress: '推送地址',
+ returnContent: '返回内容',
+ resend: '重新发送',
+ areYouSureResend: '确定重新发送吗'
}
}
diff --git a/src/views/system/todoPushRecord/TodoPushRecord.vue b/src/views/system/todoPushRecord/TodoPushRecord.vue
new file mode 100644
index 00000000..37ed6de4
--- /dev/null
+++ b/src/views/system/todoPushRecord/TodoPushRecord.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+