From 9f481eb23ba207a140aa7b962eccc5913a2ab313 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 07 七月 2023 14:01:57 +0800
Subject: [PATCH] #

---
 pages/AGV/AGVPakinBing.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/AGV/AGVPakinBing.vue b/pages/AGV/AGVPakinBing.vue
index a73a27a..0f20eed 100644
--- a/pages/AGV/AGVPakinBing.vue
+++ b/pages/AGV/AGVPakinBing.vue
@@ -378,7 +378,7 @@
 					return;
 				}
 				uni.request({
-					url: that.baseUrl + '/mobile/combBinging/auth',
+					url: that.baseUrl + '/agvMobile/combBinging/auth',
 					data: JSON.stringify({
 						barcode: that.barcode,
 						stationCode: that.stationCode
@@ -388,7 +388,6 @@
 						'token': uni.getStorageSync('token')
 					},
 					success(result) {
-						console.log(result);
 						var res = result.data
 						if (res.code === 200) {
 							that.resst();
@@ -421,6 +420,7 @@
 			// 纭閲嶇疆
 			resetConfirm() {
 				this.dataList = []
+				this.stationCode = ''
 				this.messageText = "閲嶇疆瀹屾垚"
 				this.messageToggle('success')
 			},
@@ -432,6 +432,7 @@
 			resst() {
 				this.dataList = []
 				this.barcode = ''
+				this.stationCode = ''
 				this.barcodeFocuss()
 			},
 		}

--
Gitblit v1.9.1