From 7ff48284cc634e02abed3a545630e9d680bbf19f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 18 三月 2026 16:04:37 +0800
Subject: [PATCH] 电压分选报工
---
src/views/productionManagement/productionReporting/components/Detail.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/components/Detail.vue b/src/views/productionManagement/productionReporting/components/Detail.vue
index 5983d1c..a4aec9a 100644
--- a/src/views/productionManagement/productionReporting/components/Detail.vue
+++ b/src/views/productionManagement/productionReporting/components/Detail.vue
@@ -16,6 +16,7 @@
}
});
+const emits = defineEmits(["update:isShow"]);
const visible = computed({
get: () => props.isShow,
--
Gitblit v1.9.3