From a5c9dd6a36162766d22c212dcf12308a4706909c Mon Sep 17 00:00:00 2001 From: qiushui Date: Thu, 30 Dec 2021 15:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/Subsection.vue | 16 ++++++++-------- src/views/checkManage/index.vue | 7 +++---- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 751a1b2..89b4633 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -23,7 +23,7 @@ - + { return {} } @@ -94,13 +94,13 @@ export default { column: this.getRandomColumn(this.select.column), } }, - watchStockInfo() { - return JSON.stringify(this.stockInfo); + watchShelveIdInfo() { + return this.shelveId; } }, watch: { - watchStockInfo() { - this.getStatus(); + watchShelveIdInfo() { + //this.getStatus(); } }, data() { @@ -115,7 +115,7 @@ export default { }, created() { - this.getStatus(); + //this.getStatus(); }, destroyed() { }, diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index d031934..5287899 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -48,7 +48,7 @@
- +