From 92301a6d7283cabf3fddaa4481636193c27b474a Mon Sep 17 00:00:00 2001 From: heimawl <1785969728@qq.com> Date: 星期五, 16 六月 2023 16:08:21 +0800 Subject: [PATCH] 测试接口 --- 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