From b1adcec01c48190a6bcfec47e528eb89c6360de1 Mon Sep 17 00:00:00 2001 From: lb Date: Tue, 28 Feb 2023 13:54:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=99=E4=BD=8D=20&=20add=20?= =?UTF-8?q?=E7=A0=B4=E7=A2=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/atomViews/ListViewWithHead.vue | 1 + .../modules/pms/materialStorageQty/index.vue | 69 +++++++++++++++++-- 2 files changed, 63 insertions(+), 7 deletions(-) diff --git a/src/views/atomViews/ListViewWithHead.vue b/src/views/atomViews/ListViewWithHead.vue index cceaa87..d931d46 100644 --- a/src/views/atomViews/ListViewWithHead.vue +++ b/src/views/atomViews/ListViewWithHead.vue @@ -185,6 +185,7 @@ export default { type: "error", duration: 2000, }); + this.tableLoading = false }); // } }, diff --git a/src/views/modules/pms/materialStorageQty/index.vue b/src/views/modules/pms/materialStorageQty/index.vue index c5e7051..a578fc6 100644 --- a/src/views/modules/pms/materialStorageQty/index.vue +++ b/src/views/modules/pms/materialStorageQty/index.vue @@ -1,9 +1,26 @@