From e946f915cb2f35ed8b9553bcc8a11b63527937aa Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 09 七月 2025 11:39:56 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/behospitalized.vue | 29 ++++++++++++++++++++--------- 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue index 671b5fb..255b527 100644 --- a/src/views/patient/patient/behospitalized.vue +++ b/src/views/patient/patient/behospitalized.vue @@ -547,7 +547,7 @@ created() { this.getList(); - this.listDept(); + // this.listDept(); this.gettabList(); }, methods: { @@ -577,12 +577,12 @@ this.loading = false; }); }, - listDept() { - listDept(this.queryParams).then((res) => { - this.deptList = res.data; - console.log(this.deptList, "this.deptList"); - }); - }, + // listDept() { + // listDept(this.queryParams).then((res) => { + // this.deptList = res.data; + // console.log(this.deptList, "this.deptList"); + // }); + // }, /** 鏌ヨ鏍囩鍒楄〃 */ gettabList() { const tagqueryParams = { @@ -647,8 +647,19 @@ /** 閲嶇疆鎸夐挳鎿嶄綔 */ resetQuery() { this.dateRange = []; - this.resetForm("queryForm"); - this.$refs.tree.setCurrentKey(null); + this.queryParams= { + pageNum: 1, + pageSize: 10, + cry: 0, + searchscope:2, + idcardno: undefined, + name: undefined, + status: undefined, + tagIds: undefined, + telcode: undefined, + }; + // this.resetForm("queryForm"); + // this.$refs.tree.setCurrentKey(null); this.handleQuery(); }, // 澶氶�夋閫変腑鏁版嵁 -- Gitblit v1.9.3