Commit af17e432 authored by 张海景's avatar 张海景

update:修改作业分派传参

parent 60b49d7b
......@@ -1269,6 +1269,7 @@ export default {
handleSubmitJobAssignment() {
let datas = Object.assign({}, this.tableSelectData[0])
datas.taskWorkunit = this.jobAssignmentForm
delete datas.proWorkorderList
this.$u.api.putProtaskSplit(datas).then((res) => {
// console.log(res, 'res333')
if (res.code === 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment