Browse Source

表单填报更改参数

qinhb 11 months ago
parent
commit
ebde21ef99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/pro-steps/components/excel.vue

+ 1 - 0
src/views/pro-steps/components/excel.vue

@@ -136,6 +136,7 @@ const useExcelHook = () => {
     const { data, code } = await setExcelData({
       excelData: excelData.value,
       formName: row.formName,
+      excelFormId: row.excelFormId,
       formType: row.formType,
       processId: store.scanInfo.id,
     });