This commit is contained in:
2022-03-03 15:06:06 +00:00
parent 173b9fe4bb
commit 089f5d82e4
2 changed files with 26 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ export default {
};
this.obj.forEach(z => {
if (z.z == false) {
if (z.z == true) {
onTime.data.push({ x: z.x, y: z.y });
}
});