Commit 641c5e92 authored by 沈翠玲's avatar 沈翠玲

尾数

parent bc044fdc
...@@ -601,7 +601,7 @@ export default { ...@@ -601,7 +601,7 @@ export default {
}) })
let operNo = 0 let operNo = 0
if(res.code === 200) { if(res.code === 200) {
operNo = res.data.operNo operNo = res.data.operNoString
} }
listNextProcess({ taskId: row.taskId }).then(workunit => { listNextProcess({ taskId: row.taskId }).then(workunit => {
workunitName = workunit.data.workunitName; workunitName = workunit.data.workunitName;
......
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