qinxianzhangyao
2023-11-17 5af76d2fad371b7a643457d27113ebe50f01fee3
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;
    },