WXL
2024-05-28 5c559f708ff934711d6417ae7909d919f6e3ebf6
src/views/repositoryai/templateku/index.vue
@@ -555,7 +555,7 @@
        console.log(this.userList[0].campus.split(","));
      });
      listDept(this.queryParams).then((response) => {
      listDept({ pageNum: 1, pageSize: 10 }).then((response) => {
        this.deptList = this.handleTree(response.data, "deptId");
      });
    },
@@ -624,7 +624,7 @@
    handleAdd() {
      this.$router.push({
        path: "/knowledge/templateku/configurat/",
        query: { id: null },
        query: { id: null, assortid: this.queryParams.assortid },
      });
    },