This commit is contained in:
2025-07-06 17:23:11 +08:00
parent f2eb08b935
commit 4fa85505cf
4 changed files with 173 additions and 120 deletions

View File

@ -3,7 +3,7 @@
<!-- 左侧树形菜单 -->
<div class="left-menu">
<!-- 这个部分用的是组件-后期替换 -->
<MOSTY.DepartmentTree width="310px" placeholder="管理部门ID" clearable filterable :isBmId="true" v-model="obj.listQuery.deptId" />
<MOSTY.DepartmentTree width="310px" placeholder="管理部门" clearable filterable :isBmId="true" v-model="obj.listQuery.deptId" />
</div>
<!-- 右侧内容区 -->