src/views/productionManagement/productionReporting/components/Detail.vue @@ -16,6 +16,7 @@ } }); const emits = defineEmits(["update:isShow"]); const visible = computed({ get: () => props.isShow,