From 19c82534be6c3865398312a6f699e0af0c4e7e56 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 4 Jan 2026 13:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E5=8F=B0=E8=B4=A6-=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login.js | 18 +- src/components/RightToolbar/index.vue | 4 +- src/views/EquipmentLedger/details.vue | 24 +++ src/views/EquipmentLedger/index.vue | 72 +++++++- .../entryApply/components/AddEquip.vue | 167 +++++++++++------- 5 files changed, 205 insertions(+), 80 deletions(-) diff --git a/src/api/login.js b/src/api/login.js index ef8eff1d..6d8808bd 100644 --- a/src/api/login.js +++ b/src/api/login.js @@ -2,15 +2,15 @@ import request from '@/utils/request' // 登录方法 export function login(data) { - // return request({ - // url: '/auth/login', - // headers: { - // isToken: false, - // repeatSubmit: false - // }, - // method: 'post', - // data: data - // }) + return request({ + url: '/auth/login', + headers: { + isToken: false, + repeatSubmit: false + }, + method: 'post', + data: data + }) } // iws登录 diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue index 17bf7ca6..d37521ce 100644 --- a/src/components/RightToolbar/index.vue +++ b/src/components/RightToolbar/index.vue @@ -12,8 +12,8 @@ -