Commit e202fb1d authored by 姬鋆屾's avatar 姬鋆屾

推解决核查结果选择后无法保存的问题

parent a34a7334
...@@ -44,8 +44,10 @@ export default { ...@@ -44,8 +44,10 @@ export default {
} }
} }
} }
this.urls.currUrl &&
this.urls.currUrl.indexOf("attendance/leave/record") == 0 this.urls.currUrl.indexOf("attendance/leave/record") == 0
? data.processStatus = 2 ? (data.processStatus = 2)
: ""; : "";
return data; return data;
}, },
......
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