From b330b8ff1b5315684b25afb534f74044dea1654b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 28 十月 2025 15:56:30 +0800
Subject: [PATCH] 优化
---
新建文件夹/PDA/pages/stash/inboundorder.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
index aec9b1a..e9ea9ba 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
@@ -80,6 +80,7 @@
if (this.isLoaded) {
uni.removeStorageSync('isLoaded');
this.pageNo = 1;
+ this.allReceivingOrders = [];
// 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊
this.getData();
}
@@ -102,7 +103,7 @@
pageNo: this.pageNo
},
}
- if (this.pageNo == 1) this.allReceivingOrders = [];
+ // if (this.pageNo == 1) this.allReceivingOrders = [];
this.$u.post('/api/CabinOrder/GetCabinOrders', postData).then((res) => {
if (res.status) {
if (res.data.length > 0) {
--
Gitblit v1.9.3