From 5c457716828adab4b4d93e36f13283b09c50abf8 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 11 Nov 2025 16:12:23 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E7=89=A9=E6=96=99=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2=E5=AE=89=E5=85=A8=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E5=8F=AF=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/mes/materialinfo/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hw-ui/src/views/mes/materialinfo/index.vue b/hw-ui/src/views/mes/materialinfo/index.vue index 779e9bb2..53478d9d 100644 --- a/hw-ui/src/views/mes/materialinfo/index.vue +++ b/hw-ui/src/views/mes/materialinfo/index.vue @@ -268,7 +268,7 @@ - + @@ -286,8 +286,8 @@ - - + + - @@ -800,6 +800,7 @@ export default { this.$modal.msgSuccess("批量保存成功"); this.modifiedSafeStockData = []; // 清空修改记录 this.batchOpen = false; + this.open = false; this.getList(); // 刷新列表 }).catch(() => { this.loading = false;