From af3ff155b9e82a4b21697b8cd0560bb169147573 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 02 七月 2025 14:47:11 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 28 ++-------------------------- 1 files changed, 2 insertions(+), 26 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 651b294..e24eaa0 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -1026,7 +1026,6 @@ patientqueryParams: { pageNum: 1, // pageSize: 10, - topica: 1, //0鍏ㄩ儴1绉戝2鐥呭尯 leavehospitaldistrictcodes: [], leaveldeptcodes: [], }, @@ -1688,9 +1687,7 @@ this.allpids.push(item.patid); }); if ( - this.patientqueryParams.allhosp == 1 || - (this.patientqueryParams.allhosp == 1 && - this.patientqueryParams.cry == 1) + this.patientqueryParams.allhosp == 4 ) { this.tableLabelhz = [ // { label: "鍏ラ櫌鏃ユ湡", width: "170", prop: "starttime" }, @@ -1706,7 +1703,7 @@ { label: "绉戝", width: "180", prop: "dept" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ]; - } else if (this.patientqueryParams.allhosp == 4) { + } else if (this.patientqueryParams.allhosp == 1) { this.tableLabelhz = [ { label: "鍏ラ櫌鏃ユ湡", width: "150", prop: "starttime" }, { label: "鎮h��", width: "", prop: "name" }, @@ -1725,13 +1722,6 @@ this.patientqueryParams.pids = this.allpids; } else { this.patientqueryParams.pids = null; - } - // 绫诲瀷鍒ゆ柇 - if (this.patientqueryParams.allhosp == 1) { - this.patientqueryParams.cry = 1; - } else if (this.patientqueryParams.allhosp == 4) { - this.patientqueryParams.cry = 0; - this.patientqueryParams.allhosp = "1"; } // 鏉ユ簮鍒ゆ柇 @@ -1836,7 +1826,6 @@ getList() {}, handleQuery() { // 鑾峰彇澶栭儴鎮h�� - console.log(this.patientqueryParams.allhosp, "aaalll"); if (this.patientqueryParams.allhosp == 6) { this.Externallist(); @@ -1844,19 +1833,6 @@ return; } - if (this.patientqueryParams.topica == 0) { - this.patientqueryParams.leavehospitaldistrictcodes = - store.getters.leavehospitaldistrictcodes; - this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes; - } else if (this.patientqueryParams.topica == 1) { - this.patientqueryParams.leavehospitaldistrictcodes = null; - this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes; - } else if (this.patientqueryParams.topica == 2) { - this.patientqueryParams.leavehospitaldistrictcodes = - store.getters.leavehospitaldistrictcodes; - this.patientqueryParams.leaveldeptcodes = null; - } - if ( !this.patientqueryParams.leavehospitaldistrictcodes || !this.patientqueryParams.leavehospitaldistrictcodes[0] -- Gitblit v1.9.3