Commit dfc0dd96 authored by baixian's avatar baixian

fix

parent 956e5cbd
...@@ -429,9 +429,11 @@ Page({ ...@@ -429,9 +429,11 @@ Page({
let count = classHour; let count = classHour;
if(item.statusType==3 || item.statusType==4){ if(item.statusType==3 || item.statusType==4){
count=item.punishCount count=item.punishCount
} else if(item.statusType==0) {
count = 0
} }
return item.id+','+item.statusType+','+1+','+count+','+'' return item.id+','+item.statusType+','+1+','+count+','+''
}).join(';'); }).join(';');
callsListPOST({ callsListPOST({
type:1, type:1,
expend: classHour, expend: classHour,
......
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