diff --git a/src/views/erp/mold/detail/index.vue b/src/views/erp/mold/detail/index.vue index f1d25a55..2ba3168a 100644 --- a/src/views/erp/mold/detail/index.vue +++ b/src/views/erp/mold/detail/index.vue @@ -325,12 +325,6 @@ const maintainDateRange = ref(undefined) const repairExportLoading = ref(false) const repairDateRange = ref(undefined) -const openQrCode = () => { - const url = detailData.value?.qrcodeUrl - if (!url) return - window.open(String(url), '_blank') -} - const formatDetailDate = (value: any) => { if (!value) return '' return formatDate(new Date(value), 'YYYY-MM-DD')