Browse Source

提单审理单接口参数调整

damon227 10 months ago
parent
commit
8bdcadf8d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/works/work.vue

+ 1 - 1
src/views/modules/works/work.vue

@@ -1049,7 +1049,7 @@ export default {
     },
     submitTask (nodeId, productionId, taskId) {
       this.submitDialogForm = {
-        taskId: taskId
+        taskIds: [taskId]
       }
       getTechList(taskId).then(({data}) => {
         if (data && data.code === '200') {