shj
2022-08-01 8b33982f891ba4ef96365d9e6ab75bf007ea60ec
src/components/DailogSearchUser/index.vue
@@ -119,7 +119,6 @@
      //左边树形部分点击获取回调
      const names = ref<any>();
      const handleNodeClick = (data: Tree) => {
         console.log(data);
         goalManagementApi()
            .getManName(data.depId)
            .then((res) => {