|
@@ -216,7 +216,6 @@ export default {
|
|
|
"currentTreeID",
|
|
|
"FatherTreeData",
|
|
|
"changeId",
|
|
|
- "changeCurrentTreeID",
|
|
|
],
|
|
|
data() {
|
|
|
return {
|
|
@@ -412,7 +411,6 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
_this.queIndex = 0;
|
|
|
- this.changeCurrentTreeID(data.id);
|
|
|
_this.changeId(data.id, data.name, data.fatherName, "Preview");
|
|
|
} else {
|
|
|
_this.queIndex -= 1;
|
|
@@ -498,7 +496,6 @@ export default {
|
|
|
if (flg) {
|
|
|
return;
|
|
|
}
|
|
|
- this.changeCurrentTreeID(data.id);
|
|
|
_this.changeId(data.id, data.name, data.fatherName, "Preview");
|
|
|
xiangdeng = false;
|
|
|
} else {
|