From dc2feac90dfb28b28cadf94e703ab3a97157da08 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 30 六月 2023 09:25:56 +0800
Subject: [PATCH] 司机首页去掉无用状态
---
api/globalApi.js | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/api/globalApi.js b/api/globalApi.js
index 730ec60..0f4d899 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -271,9 +271,14 @@
url: '/wrzs/userOperation/weighList',
method: 'GET'
},
- // 鍔犲噺鐓�
+ // 鍔犲噺鐓� 娌抽挗
addAndSubtractCoal: {
url: '/wrzs/jcgatestate/repeatCheck',
+ method: 'POST'
+ },
+ // 缁х画绉伴噸
+ continueWeigh: {
+ url: '/wrzs/jcgatestate/continueWeigh',
method: 'POST'
},
// 鑾峰彇鎵�鍦ㄧ鎴�
@@ -380,9 +385,9 @@
method: 'POST'
},
/**
- * @@description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/
+ * @description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/
updateTmTaskCoalItem: {
url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
method: 'POST'
- }
+ },
}
\ No newline at end of file
--
Gitblit v1.9.1