WXL (wul)
4 天以前 877cf2120309d30c08f922191bca1ec5242add82
src/views/knowledge/education/index.vue
@@ -684,7 +684,7 @@
            },
          },
        ],
        grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" },
        grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" },
        yAxis: [
          {
            type: "value",
@@ -695,6 +695,7 @@
            name: "查看次数",
            type: "bar",
            data: this.Collarrvalue,
            // data: [6,8,22,99,87,90,12,11,22,33,34,44],
            seriesLayoutBy: "row",
            smooth: true,
            label: {
@@ -865,7 +866,7 @@
    },
    // 查询树
    getDeptTree() {
      getheLibraryAssort({ hetype: 2 }).then((res) => {
      getheLibraryAssort({ hetype: 1 }).then((res) => {
        this.deptOptions = res.rows;
        this.dialogFormVisible = false;
      });