Преглед на файлове

Resolve conflicts from stash A

dsy преди 3 седмици
родител
ревизия
4221883bd8
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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 };