Commit 92150ebe authored by 姬鋆屾's avatar 姬鋆屾

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

parent 405f24dc
......@@ -52,7 +52,6 @@ export default {
}
))
: "";
console.log(this.$route);
if (this.$route.name == "check/window/workman/perform/list") {
let obj = {};
obj.manageCheckDesc = data.manageCheckDesc ? data.manageCheckDesc : "";
......@@ -64,6 +63,7 @@ export default {
// obj.windowWorkmanPerform.id = obj.windowWorkmanPerform.recordId;
data = obj;
}
this.urls.currUrl &&
this.urls.currUrl.indexOf("attendance/leave/record") == 0
? (data.processStatus = 2)
: "";
......
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