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

fixed:修改绩效汇总备注痰喘关闭方式

parent 93faa1b5
...@@ -76,8 +76,8 @@ export default { ...@@ -76,8 +76,8 @@ export default {
this.urls.currUrl.indexOf("attendance/leave/record") == 0 this.urls.currUrl.indexOf("attendance/leave/record") == 0
? (data.processStatus = 2) ? (data.processStatus = 2)
: ""; : "";
data.remarkAdd = data.remarkAdd.filter((v) => v.name != "");
if (data.remarkAdd && data.remarkAdd.length > 0) { if (data.remarkAdd && data.remarkAdd.length > 0) {
data.remarkAdd = data.remarkAdd.filter((v) => v.name != "");
data.remarkAdd = JSON.stringify(data.remarkAdd); data.remarkAdd = JSON.stringify(data.remarkAdd);
} else { } else {
data.remarkAdd = JSON.stringify([{ name: "", score: 0 }]); data.remarkAdd = JSON.stringify([{ name: "", score: 0 }]);
......
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