diff --git a/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue b/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue index 791c46b..4a09115 100644 --- a/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue +++ b/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue @@ -133,9 +133,6 @@ export default { ], url: { list: '/lawsUnifiedTodoLog/page' - }, - filters: { - state: '2' } } }, @@ -146,7 +143,7 @@ export default { title: this.$t('system.notSentMessage.resend'), content: this.$t('system.notSentMessage.areYouSureResend'), onOk: () => { - resendMessage({id: record.id}).then(res => { + resendMessage({ id: record.id }).then(res => { if (res.success) { this.$message.success(res.message) this.loadData()