Browse Source

fix: add course measure

DESKTOP-USV654P\pc 1 day ago
parent
commit
b9b896656e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/course/measure/components/edit.vue

+ 3 - 1
src/views/course/measure/components/edit.vue

@@ -220,7 +220,9 @@
       baseData: {
         title: '行政工作量',
         upload: postClassTimeStatisticsImport,
-        params: {},
+        params: {
+          classTimeStatisticsId: unref(modelRef).id,
+        },
         errorName: '行政工作量导入错误数据',
         templatePath:
           'https://zhxy.cqtlzjzx.com/minio/static/resources/%E8%A1%8C%E6%94%BF%E5%B7%A5%E4%BD%9C%E9%87%8F%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx',