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

提交

parent 4cc2579b
......@@ -79,6 +79,10 @@ export default {
if (data.remarkAdd && data.remarkAdd.length > 0) {
data.remarkAdd = JSON.stringify(data.remarkAdd);
}
console.log(data);
data.remark == "迟到:0 次,\n早退:0 次,\n缺卡:0 次,\n请假:0 次"
? (data.remark = "")
: "";
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