From 9f0f10b80b02e304efda6b6d08e03391b8e5da80 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 9 Feb 2026 16:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionManagement/sjKitPreparation/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/productionManagement/sjKitPreparation/index.vue b/src/views/productionManagement/sjKitPreparation/index.vue index 790e1a6..1749e61 100644 --- a/src/views/productionManagement/sjKitPreparation/index.vue +++ b/src/views/productionManagement/sjKitPreparation/index.vue @@ -269,6 +269,7 @@ export default { type: 'warning', }) .then(() => { + this.loading = true; moldComplete({ yoId: yoId }).then(res => { this.$message.success('操作成功'); this.onLoad(this.page, this.query); @@ -286,6 +287,7 @@ export default { type: 'warning', }) .then(() => { + this.loading = true; sendKit({ yoId: yoId }).then(res => { this.$message.success('操作成功'); this.onLoad(this.page, this.query); @@ -303,7 +305,8 @@ export default { type: 'warning', }) .then(() => { - loadBigWmsSend().then(res => { + this.loading = true; + loadBigWmsSend({ yoId: yoId }).then(res => { this.$message.success('操作成功'); this.onLoad(this.page, this.query); });