Commit 1124c250 by Joey

fix(@gms/gms-plugin-billexpand): 审批轨迹-已完成轨迹显示错误

parent 5137c026
......@@ -167,6 +167,7 @@ export default {
}).then((res) => {
res = res || []
let count = 0
this.data = res[0]
for (let o of res) {
if (o.procState == 1) {
this.data = o
......
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