From 4c9eab7cd2f92e6ebee76f38f1616cb3e5855697 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 10 四月 2025 10:46:27 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/operation.vue | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/views/patient/patient/operation.vue b/src/views/patient/patient/operation.vue
index 4477244..7af715a 100644
--- a/src/views/patient/patient/operation.vue
+++ b/src/views/patient/patient/operation.vue
@@ -82,7 +82,7 @@
<el-table
v-loading="loading"
:data="userList"
- height="660"
+ height="808"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="50" align="center" />
@@ -361,12 +361,17 @@
import {
listoperation,
- particularpatient,
+
+} from "@/api/patient/record";
+import {
+ messagelistpatient,
+ alterpatient,
addpatient,
+ particularpatient,
deletepatient,
Exporterrorpatient,
toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
import { listtag } from "@/api/system/label";
import { getToken } from "@/utils/auth";
import Treeselect from "@riophae/vue-treeselect";
@@ -603,7 +608,10 @@
resetQuery() {
this.dateRange = [];
this.resetForm("queryForm");
- this.$refs.tree.setCurrentKey(null);
+ this.queryParams= {
+ pageNum: 1,
+ pageSize: 10,
+ },
this.handleQuery();
},
// 澶氶�夋閫変腑鏁版嵁
--
Gitblit v1.9.3