Kaynağa Gözat

Modified .gitignore
Modified src/views/pro/traceability/components/traceabilityCom.vue

qinhb 10 ay önce
ebeveyn
işleme
75609c78b8

+ 1 - 0
.gitignore

@@ -17,3 +17,4 @@ package-lock.json
 pnpm-lock.yaml
 stats.html
 /docker/.run
+/.vite/deps_temp_327c80ff

+ 1 - 1
src/views/pro/traceability/components/traceabilityCom.vue

@@ -47,7 +47,7 @@ const { checkBtnPerm, downloadTemplate, exportData } = Utils; //按钮权限等
 const crudRef = ref(null); //crudRef.value 获取avue-crud对象
 
 const refreshTra = (row) => {
-  commonConfig.value.params = { seqNo: row.seqNo };
+  commonConfig.value.params = { seqNo: row.seqNo,workOrderCode: row.workOrderCode };
   dataList();
 };
 defineExpose({ refreshTra });