11
This commit is contained in:
@@ -57,7 +57,7 @@ import DireData from '@/views/content/components/dire_data.vue'
|
||||
import Details from '@/views/content/components/details.vue'
|
||||
import FileList from '@/views/content/components/file_list.vue'
|
||||
import {handleTree} from "@/utils/ebts";
|
||||
import {getParentNode} from "@/utils/sist";
|
||||
import {getParentNode, setLanguage} from "@/utils/sist";
|
||||
|
||||
export default {
|
||||
name: "index",
|
||||
@@ -115,13 +115,13 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
setLanguage(this)
|
||||
this.secondId = this.$route.params && this.$route.params.secondId;
|
||||
this.navId = this.$route.params && this.$route.params.navId;
|
||||
this.type = this.$route.query && this.$route.query.type
|
||||
setTimeout(() => {
|
||||
this.init()
|
||||
}, 200);
|
||||
|
||||
},
|
||||
methods: {
|
||||
init(){
|
||||
|
||||
Reference in New Issue
Block a user