Pārlūkot izejas kodu

Resolve conflicts from stash A

dsy 3 nedēļas atpakaļ
vecāks
revīzija
4221883bd8
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      src/web_preview/index.vue

+ 0 - 3
src/web_preview/index.vue

@@ -443,15 +443,12 @@ export default {
     this.getProjectInfo();
   },
   methods: {
-<<<<<<< Updated upstream
-=======
     selectFirstLeafNode() {
       if (!this.node_list || this.node_list.length === 0) return;
       let node = this.node_list.find((x) => this.isTrue(x.is_leaf_chapter));
       if (!node) return;
       this.selectChapterNode(node.id, true);
     },
->>>>>>> Stashed changes
     getBookBaseInfo() {
       GetBookBaseInfo({ id: this.projectId }).then(({ book_info }) => {
         this.courseware_info = { ...this.courseware_info, ...book_info, book_name: book_info.name };