From c6a42c10d5e49596bf67a6d6fdf8fa2678f31296 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 10 七月 2023 17:00:08 +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