From 26ac0c266ae778635c5497b53d9fb61457db7115 Mon Sep 17 00:00:00 2001 From: heimawl <1785969728@qq.com> Date: 星期四, 15 六月 2023 10:15:02 +0800 Subject: [PATCH] 封装api接口,宣教管理模块搭建 --- 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