xiangpei
2025-02-19 48090e2049aa1a3440da5426d912c1777d91e0bc
src/views/system/dept/index.vue
@@ -303,6 +303,13 @@
            const noResultsOptions = { deptId: this.form.parentId, deptName: this.form.parentName, children: [] };
            this.deptOptions.push(noResultsOptions);
          }
          if (row.parentId === 0) {
            this.deptOptions.push({
              deptId: 0,
              deptName: '无',
              children: []
            });
          }
        });
      });
    },