From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示
---
src/views/component/material/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/component/material/index.vue b/src/views/component/material/index.vue
index 30493fd..42c4c25 100644
--- a/src/views/component/material/index.vue
+++ b/src/views/component/material/index.vue
@@ -26,7 +26,8 @@
subDisabled: false,//缂栬緫椤甸潰淇濆瓨鎸夐挳鏄惁绂佺敤(true绂佺敤锛宖alse鍙敤)
OperationType: null,//淇濆瓨绫诲瀷锛堟柊澧�1淇敼3锛�
HInterID: null,
- baseURL: 'http://47.96.97.237/API',
+ //baseURL: 'http://47.96.97.237/API',
+ baseURL: process.env.VUE_APP_BASE_API,
user: 'admin',
currentRow: [],
lastSelectedRowIndex: null, // 鐢ㄤ簬璁板綍涓婃鐐瑰嚮鐨勮绱㈠紩
@@ -88,7 +89,7 @@
getList() {
let sWhere = ''
this.loading = true
- axios.get(this.baseURL + '/Gy_Material/list', {
+ axios.get(this.$baseUrl + '/Gy_Material/list', {
params: { "sWhere": sWhere, "user": this.user, "Organization": '娴欐睙鏅轰簯杩堟��' },
}).then(response => {
console.log(response)
--
Gitblit v1.9.1