From bc241c45a62a92045c18ef18f9355c8f4ea71c56 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 15 五月 2025 15:26:57 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue index 00613a0..607a911 100644 --- a/src/views/patient/propaganda/index.vue +++ b/src/views/patient/propaganda/index.vue @@ -108,7 +108,6 @@ icon="el-icon-upload2" size="medium" @click="handleExport" - v-hasPermi="['system:user:export']" >瀵煎嚭</el-button > </div> @@ -725,6 +724,7 @@ pageSize: 10, serviceType: 4, searchscope: 2, + sendstate:2, }, propss: { multiple: true }, options: [], @@ -910,6 +910,7 @@ pageNum: 1, pageSize: 10, serviceType: 4, + sendstate:2, }; this.handleQuery(); }, @@ -1016,7 +1017,7 @@ /** 瀵煎嚭鎸夐挳鎿嶄綔 */ handleExport() { this.download( - "system/user/export", + "smartor/serviceSubtask/patItemExport", { ...this.topqueryParams, }, -- Gitblit v1.9.3