From a7b0f3fbd3b6e13c2323e614d85abe07dabf71d5 Mon Sep 17 00:00:00 2001 From: coderxqt <335614092@qq.com> Date: Wed, 13 May 2026 16:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=AF=9D=E6=8B=A8=E6=89=93=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=EF=BC=8C=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/batchSendTaskInfo/index.vue | 2 + src/views/system/phoneDialRecord/index.vue | 192 ++++-------------- .../system/shortMessageSendRecord/index.vue | 4 +- 3 files changed, 45 insertions(+), 153 deletions(-) diff --git a/src/views/system/batchSendTaskInfo/index.vue b/src/views/system/batchSendTaskInfo/index.vue index 90dbf73..38e0b93 100644 --- a/src/views/system/batchSendTaskInfo/index.vue +++ b/src/views/system/batchSendTaskInfo/index.vue @@ -580,6 +580,8 @@ export default { crowdName: null, physicalExaminationSummary: null, physicalExaminationLabel: null, + pageSize: 10, + pageNum: 1, }, // 表单参数 form: {}, diff --git a/src/views/system/phoneDialRecord/index.vue b/src/views/system/phoneDialRecord/index.vue index 424f378..2842bdd 100644 --- a/src/views/system/phoneDialRecord/index.vue +++ b/src/views/system/phoneDialRecord/index.vue @@ -1,5 +1,8 @@