From 6fe1caffebf43b41faf8614068730d656e686b59 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期二, 06 五月 2025 13:36:02 +0800 Subject: [PATCH] 调整订单页面路由问题 --- src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue b/src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue index 9e77475..51f7254 100644 --- a/src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue +++ b/src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue @@ -141,7 +141,7 @@ * @desc 鑾峰彇鐢ㄦ埛淇℃伅 */ async getUserList() { - selectUserCondition().then((res) => { + selectUserCondition({type: 2}).then((res) => { this.userList = res.data; }) }, -- Gitblit v1.9.3