From 94503c7382778632731b36cf6ad47f7552e4ccf9 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期六, 29 十一月 2025 14:47:07 +0800
Subject: [PATCH] fix:批量通过参数错误
---
utils/api.js | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diff --git a/utils/api.js b/utils/api.js
index 9f61e06..27a940a 100644
--- a/utils/api.js
+++ b/utils/api.js
@@ -26,6 +26,15 @@
name: 'pig',
mehtod: 'GET'
},
+ //鏂板鏀舵鏄庣粏
+ //璐﹀鎺ュ彛鏌ヨ
+ getLedgerList: {
+ url: '/yunxiao/zhaccountledger/page',
+ name: 'pig',
+ mehtod: 'GET'
+ },
+
+
// 鎿嶄綔浜哄憳
operator: {
url: '/admin/dict/type/operator',
@@ -78,7 +87,7 @@
/**
* @閫夋嫨瀹㈡埛
- */
+ */
// 鎼滅储
customer: {
url: '/yunxiao/customer/page',
@@ -192,6 +201,10 @@
url: '/oa/actTask/backAll',
method: "POST"
},
+ back: {
+ url: '/oa/actTask/back',
+ method: "POST"
+ },
deleteHistoric: {
url: '/oa/actTask/deleteHistoric',
method: "POST"
@@ -211,6 +224,24 @@
coalbunker: {
url: '/yunxiao/coalbunker/page',
method: 'GET'
+ },
+ //鏂板鏀舵鏄庣粏
+ addObj: {
+ url: '/yunxiao/gatheringbill',
+ method: 'post',
+ },
+ putObj: {
+ url: '/yunxiao/gatheringbill',
+ method: 'PUT',
+ },
+ //鏀舵鏄庣粏璇︽儏
+ getObj: {
+ url: '/yunxiao/gatheringbill',
+ method: 'GET',
+ },
+ getListByComp: {
+ url: '/yunxiao/jcncskuser/getListByComp',
+ method: 'GET',
}
}
--
Gitblit v1.9.1