Commit e77f992e authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents a220b007 19df69e4
......@@ -44,6 +44,9 @@ export default {
}
}
}
this.urls.currUrl.indexOf("attendance/leave/record") == 0
? data.processStatus = 2
: "";
return data;
},
// 提交表单的后置处理, 会阻断默认的回退行为
......@@ -90,6 +93,8 @@ export default {
},
// 提交表单
submitForm(ref) {
this.beforeSubmit(this.form);
return;
let url = this.urls.saveUrl || this.pageInfo.saveUrl;
if (url == "/staff/perform/stat/save") {
url = "/perform/perpose/save";
......
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