src/views/system/dept/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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: [] }); } }); }); },