From 83d83221778cf0213a979ebfcb4d75884038d9c1 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 04 三月 2025 14:34:45 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/Missionotice.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/patient/propaganda/Missionotice.vue b/src/views/patient/propaganda/Missionotice.vue index 60a681c..36719ca 100644 --- a/src/views/patient/propaganda/Missionotice.vue +++ b/src/views/patient/propaganda/Missionotice.vue @@ -136,6 +136,7 @@ <el-table-column fixed label="搴忓彿" align="center" key="id" prop="id" /> <el-table-column label="濮撳悕" + width="100" fixed align="center" key="sendname" @@ -452,6 +453,8 @@ /** 鏌ヨ闂ㄨ瘖閫氱煡鍒楄〃 */ getList() { this.loading = true; + this.topqueryParams.deptOrDistrict=2, + getTaskservelist(this.topqueryParams).then((response) => { this.userList = response.rows; this.total = response.total; -- Gitblit v1.9.3