From 1b555a0ab0527478cdf2b0c31c0ea8aea70f8adc Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 15 六月 2023 10:52:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into yxh01
---
src/views/patient/patient/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 29c10a1..487ba90 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -622,6 +622,7 @@
// 鏌ヨ鍙傛暟
queryParams: {
pageNum: 1,
+ name: "鐜嬪ぇ",
pageSize: 10,
userName: undefined,
phonenumber: undefined,
@@ -890,7 +891,7 @@
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
this.download(
- "system/user/export",
+ "smartor/patarchive/export",
{
...this.queryParams,
},
--
Gitblit v1.9.3