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