| src/views/productionManagement/workOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/workOrder/index.vue
@@ -279,6 +279,8 @@ import FilesDia from "./components/filesDia.vue"; const { proxy } = getCurrentInstance(); const workOrderFilesRef = ref(null); const reportFormRef = ref(null); const allocationFormRef = ref(null); const tableColumn = ref([ @@ -680,6 +682,7 @@ }; const openWorkOrderFiles = row => { console.log("row", workOrderFilesRef); workOrderFilesRef.value?.openDialog(row); };