|
@@ -212,7 +212,6 @@ export default {
|
|
|
"currentTreeID",
|
|
|
"FatherTreeData",
|
|
|
"changeId",
|
|
|
- "changeCurrentTreeID",
|
|
|
],
|
|
|
data() {
|
|
|
return {
|
|
@@ -386,7 +385,6 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
_this.queIndex = 0;
|
|
|
- this.changeCurrentTreeID(data.id);
|
|
|
_this.changeId(data.id, data.name, data.fatherName, "Preview");
|
|
|
} else {
|
|
|
_this.queIndex -= 1;
|
|
@@ -472,7 +470,6 @@ export default {
|
|
|
if (flg) {
|
|
|
return;
|
|
|
}
|
|
|
- this.changeCurrentTreeID(data.id);
|
|
|
_this.changeId(data.id, data.name, data.fatherName, "Preview");
|
|
|
xiangdeng = false;
|
|
|
} else {
|