From dc7de04cfaa135344071803f5af14c40a5ea53f3 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 19 十一月 2024 12:14:00 +0800 Subject: [PATCH] 导入优化 --- src/views/student/components/create.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/student/components/create.vue b/src/views/student/components/create.vue index 5a8c4a2..9c776a7 100644 --- a/src/views/student/components/create.vue +++ b/src/views/student/components/create.vue @@ -142,7 +142,7 @@ id: "", name: "", }, - staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, + staffId: JSON.parse(localStorage.getItem("selectStaff")).id, visibility: true, voucherId: "", //璇惧寘/浼氬憳鍗� }, @@ -158,7 +158,7 @@ }, getSaleManList() { let data = { - staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, + staffId: JSON.parse(localStorage.getItem("selectStaff")).id, keyword: "", pageIn: { index: 0, -- Gitblit v1.8.0