From de147dda682f8ac597bbcc8555b57acbdf45dba2 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 16:55:51 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/index.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index 760a7da..1e3369b 100644
--- a/src/views/patient/propaganda/index.vue
+++ b/src/views/patient/propaganda/index.vue
@@ -101,7 +101,7 @@
<el-col :span="1.5">
<el-button
type="primary"
- icon="el-icon-plus"
+ icon="el-icon-plus"
size="medium"
@click="handleAdd"
>鏂板</el-button
@@ -312,7 +312,7 @@
<!-- <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex" /> -->
<!-- <el-table-column label="搴婂彿" align="center" key="badNo" prop="badNo" /> -->
<el-table-column
- label="璇鹃缁�"
+ label="绉戝"
align="center"
key="deptname"
prop="deptname"
@@ -371,7 +371,6 @@
</template>
</el-table-column> -->
<el-table-column
- fixed="right"
label="浠诲姟缁撴灉璁板綍"
width="120"
align="center"
@@ -442,8 +441,8 @@
</el-row>
<el-row :gutter="20">
<el-col :span="24"
- ><el-form-item label="鎵�灞炶棰樼粍">
- <el-select v-model="form.region" placeholder="璇烽�夋嫨璇鹃缁�">
+ ><el-form-item label="鎵�灞炵瀹�">
+ <el-select v-model="form.region" placeholder="璇烽�夋嫨绉戝">
<el-option label="鍖哄煙涓�" value="shanghai"></el-option>
<el-option label="鍖哄煙浜�" value="beijing"></el-option>
</el-select> </el-form-item></el-col
@@ -613,7 +612,7 @@
sourcetype: [
{
value: 1,
- label: "璇鹃缁�",
+ label: "绉戝",
children: [],
},
{
@@ -648,7 +647,7 @@
},
{
value: 1,
- label: "璇鹃缁勬偅鑰�",
+ label: "绉戝鎮h��",
},
{
value: 2,
@@ -753,6 +752,8 @@
serviceType: 4,
searchscope: 2,
sendstate: 2,
+ leaveldeptcodes: [],
+ leavehospitaldistrictcodes: [],
},
propss: { multiple: true },
options: [],
@@ -831,7 +832,7 @@
methods: {
/** 鏌ヨ闂ㄨ瘖瀹f暀鏈嶅姟鍒楄〃 */
getList() {
- if (this.topqueryParams.searchscope == 3) {
+ if (this.topqueryParams.searchscope == 3) {
this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
(obj) => obj.deptCode
);
@@ -840,14 +841,13 @@
}
this.loading = true;
- if (
- this.topqueryParams.leavehospitaldistrictcodes[0] &&
- this.topqueryParams.leaveldeptcodes[0]
- ) {
- this.topqueryParams.deptOrDistrict = 2;
- } else {
- this.topqueryParams.deptOrDistrict = 1;
+ 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) => {
--
Gitblit v1.9.3