From e2fdb68b6541ebfcd16de477b256fa5490a19494 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 03 六月 2024 15:53:29 +0800
Subject: [PATCH] #

---
 pages/phyz/bcp/bcpDbList.vue             |    2 +-
 pages/phyz/stationManage/stationDetl.vue |    4 ++--
 manifest.json                            |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 1a5ff9a..41e6788 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "涓壃WMS",
     "appid" : "__UNI__DA5854D",
     "description" : "",
-    "versionName" : "20240602A",
-    "versionCode" : 113,
+    "versionName" : "20240603B",
+    "versionCode" : 116,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
diff --git a/pages/phyz/bcp/bcpDbList.vue b/pages/phyz/bcp/bcpDbList.vue
index 3248138..7aef247 100644
--- a/pages/phyz/bcp/bcpDbList.vue
+++ b/pages/phyz/bcp/bcpDbList.vue
@@ -277,7 +277,7 @@
 			},
 			filterConfirm() {
 				console.log(this.dbList);
-				_this.isAutoDis = true
+				this.isAutoDis = true
 				if (this.floor == '') {
 					uni.showToast({ title: '璇烽�夋嫨璋冩嫧妤煎眰', icon: "error", position: 'top' })
 					return
diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index 0f0c000..2a1c391 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -430,7 +430,7 @@
 					header: { 'token': uni.getStorageSync('token') },
 					success(res) {
 						var res = res.data
-						that.emptyOutDis = false
+						_this.emptyOutDis = false
 						if (res.code === 200) {
 							setTimeout(()=> {
 								_this.containerType = ''
@@ -445,7 +445,7 @@
 						}
 					},
 					fail(res) {
-						that.emptyOutDis = false
+						_this.emptyOutDis = false
 					}
 				});
 			},

--
Gitblit v1.9.1