From 54489da33478cf20648a25987e008b27e8403382 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 09 六月 2025 16:34:33 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/index.vue | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index b10eabf..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: [],
@@ -807,7 +807,11 @@
store.getters.belongWards.map((obj) => obj.districtCode);
}
this.loading = true;
- this.topqueryParams.deptOrDistrict=2,
+ if (this.topqueryParams.leavehospitaldistrictcodes[0]&&this.topqueryParams.leaveldeptcodes[0]) {
+ this.topqueryParams.deptOrDistrict=2;
+ }else{
+ this.topqueryParams.deptOrDistrict=1;
+ }
getTaskservelist(this.topqueryParams).then((response) => {
this.userList = response.rows[0].serviceSubtaskList;
this.userList.forEach((item) => {
@@ -906,6 +910,7 @@
pageNum: 1,
pageSize: 10,
serviceType: 4,
+ sendstate:2,
};
this.handleQuery();
},
@@ -1012,7 +1017,7 @@
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
this.download(
- "system/user/export",
+ "smartor/serviceSubtask/patItemExport",
{
...this.topqueryParams,
},
--
Gitblit v1.9.3