|
@@ -1033,7 +1033,7 @@ export default {
|
|
} catch (error) {
|
|
} catch (error) {
|
|
this.btnLoad = false;
|
|
this.btnLoad = false;
|
|
if(this.activeType == '2'){
|
|
if(this.activeType == '2'){
|
|
- this.$router.go(0);
|
|
|
|
|
|
+ this.getRightTree();
|
|
}
|
|
}
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -1057,7 +1057,7 @@ export default {
|
|
} catch (error) {
|
|
} catch (error) {
|
|
this.btnLoad = false;
|
|
this.btnLoad = false;
|
|
if(this.activeType == '2'){
|
|
if(this.activeType == '2'){
|
|
- this.$router.go(0);
|
|
|
|
|
|
+ this.getRightTree();
|
|
}
|
|
}
|
|
return;
|
|
return;
|
|
}
|
|
}
|