whj 1 year ago
parent
commit
7d415c0342
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/fill/task/modules/BaseForm.vue

+ 2 - 2
src/views/fill/task/modules/BaseForm.vue

@@ -441,8 +441,8 @@ export default {
       const params = {
         id: this.id,
         details: detail,
-        applicationFileList: this.applicationFileList
-
+        applicationFileList: this.applicationFileList,
+        sbIds: this.model.sbIds
       }
       fillGatherTask(params).then(res => {
         console.log(res)