qx
2023-12-13 295e96d06f1c397df40bc82614041636d69b9ee2
src/views/system/register/index.vue
@@ -588,7 +588,7 @@
      }
      /** 查询部门下拉树结构 */
      projectGetList().then((response) => {
        this.Treedata = response.data;
        this.Treedata = response.data.list;
      });
      this.Projectopen = true;
    },