|
@@ -358,6 +358,9 @@ const rptCustomObj = (function () {
|
|
|
type: gsObj.setting.type,
|
|
|
};
|
|
|
const specCol = gsObj.setting.special ? gsObj.setting.special : [];
|
|
|
+ for (const sc of specCol) {
|
|
|
+ sc.sCount = 0;
|
|
|
+ }
|
|
|
for (const gra of gsObj.grArray) {
|
|
|
const ra = {tid: gra.tid};
|
|
|
for (const sc of specCol) {
|