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 @@
- +