WXL
2024-08-27 b50917f4bdf0b05c028d76d8cdbde44a85ec8b91
src/views/knowledge/education/compilequer/index.vue
@@ -142,6 +142,7 @@
                @change="handleInputConfirm"
                filterable
                remote
                allow-create
                reserve-keyword
                default-first-option
                :remote-method="remoteMethodtag"
@@ -589,7 +590,7 @@
        });
      }
      // 宣教分类
      getheLibraryAssort({ hetype: 2 }).then((res) => {
      getheLibraryAssort({}).then((res) => {
        this.sortlist = res.rows;
        console.log(this.sortlist);
      });