From ffb5cf79a2d5d7603cb97e79bd04f598eceb0352 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 20 三月 2025 10:41:29 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/physical.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue index 5ae808e..f53258a 100644 --- a/src/views/patient/patient/physical.vue +++ b/src/views/patient/patient/physical.vue @@ -241,13 +241,13 @@ prop="hospitalname" width="120" /> - <el-table-column + <!-- <el-table-column label="鍖荤敓" align="center" key="drname" prop="drname" width="120" - /> + /> --> <el-table-column label="灏辫瘖鏃堕棿" @@ -771,8 +771,10 @@ /** 閲嶇疆鎸夐挳鎿嶄綔 */ resetQuery() { this.dateRange = []; - this.resetForm("queryForm"); - this.$refs.tree.setCurrentKey(null); + this.queryParams= { + pageNum: 1, + pageSize: 10, + }, this.handleQuery(); }, // 澶氶�夋閫変腑鏁版嵁 @@ -858,7 +860,7 @@ /** 涓嬭浇妯℃澘鎿嶄綔 */ importTemplate() { this.download( - "system/user/importTemplate", + "smartor/import/getImportPatTemplate", {}, `user_template_${new Date().getTime()}.xlsx` ); -- Gitblit v1.9.3