From 5d62f0a16c8475aff2103f476fe827ec3e16046c Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期一, 24 三月 2025 19:49:17 +0800
Subject: [PATCH] 1
---
pages/phyz/stationManage/confirmProcessed.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/phyz/stationManage/confirmProcessed.vue b/pages/phyz/stationManage/confirmProcessed.vue
index 54aca57..f1984d5 100644
--- a/pages/phyz/stationManage/confirmProcessed.vue
+++ b/pages/phyz/stationManage/confirmProcessed.vue
@@ -194,7 +194,7 @@
this.processedDis = true
let that = this
uni.request({
- url: that.baseUrl + '/agvMobile/hand/control/processed',
+ url: that.baseUrl + '/agvMobile/hand/control/processed/v2',
header: {'token': uni.getStorageSync('token')},
data: {devNo: that.devNo, barcode: that.barcode,wrkDetls:that.dataList,factory: factor},
method: 'POST',
--
Gitblit v1.9.1