From ef82f93d69eb658dd28c41eb218837cec42c5ab1 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 15 Aug 2024 10:31:24 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=A3=9E=E4=B9=A6=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NotSentSuccessfullyMessage.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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()