From c5138117d96ef05c3d71f4c9bfbbbf8c575af855 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 18 三月 2022 15:52:15 +0800
Subject: [PATCH] #
---
static/js/object/CrnTask.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/static/js/object/CrnTask.js b/static/js/object/CrnTask.js
index 751ae59..0acf3d2 100644
--- a/static/js/object/CrnTask.js
+++ b/static/js/object/CrnTask.js
@@ -109,7 +109,7 @@
that.preLev = that.lev;
that.preX = that.x;
that.preY = that.y;
- that.preY = that.y;
+ that.preZ = that.z;
that.prePosition = JSON.parse(JSON.stringify(that.position));
that.preForkPos = that.forkPos;
// 褰撳墠
@@ -152,6 +152,7 @@
progress: 0,
part: 'load',
loaded: crnData.loaded,
+ loadPos: crnData.loadPos,
route: new Route([
{
x: that.crnLoad.position.x,
--
Gitblit v1.9.1