[update] 飞书推送记录

This commit is contained in:
lideqin
2024-08-15 10:31:24 +08:00
parent d3c6c15a5f
commit ef82f93d69
@@ -133,9 +133,6 @@ export default {
], ],
url: { url: {
list: '/lawsUnifiedTodoLog/page' list: '/lawsUnifiedTodoLog/page'
},
filters: {
state: '2'
} }
} }
}, },
@@ -146,7 +143,7 @@ export default {
title: this.$t('system.notSentMessage.resend'), title: this.$t('system.notSentMessage.resend'),
content: this.$t('system.notSentMessage.areYouSureResend'), content: this.$t('system.notSentMessage.areYouSureResend'),
onOk: () => { onOk: () => {
resendMessage({id: record.id}).then(res => { resendMessage({ id: record.id }).then(res => {
if (res.success) { if (res.success) {
this.$message.success(res.message) this.$message.success(res.message)
this.loadData() this.loadData()