|
@@ -49,6 +49,9 @@ $(document).ready(() => {
|
|
|
|
|
|
gclGatherData = gclGatherModel.gatherGclData();
|
|
|
for (const ggd in gclGatherData) {
|
|
|
+ if (gclGatherData[ggd].leafXmjs && gclGatherData[ggd].leafXmjs.length === 0) {
|
|
|
+ gclGatherData.splice(ggd, 1);
|
|
|
+ }
|
|
|
gclGatherData[ggd].code = gclGatherData[ggd].b_code;
|
|
|
}
|
|
|
// 数组去重
|