Commit edaf352d authored by yf's avatar yf

部门启用停用状态显示 --杨帆

parent 96b3d3c7
...@@ -193,11 +193,9 @@ ...@@ -193,11 +193,9 @@
</template> </template>
<script> <script>
import { listDept, getDept, delDept, addDept, updateDept, listDeptExcludeChild } from '@/api/system/dept' import { addDept, delDept, getDept, listDept, listDeptExcludeChild, updateDept } from '@/api/system/dept'
import Treeselect from '@riophae/vue-treeselect' import Treeselect from '@riophae/vue-treeselect'
import '@riophae/vue-treeselect/dist/vue-treeselect.css' import '@riophae/vue-treeselect/dist/vue-treeselect.css'
import { changeRoleStatus } from '@/api/system/role'
import { updateMenu } from '@/api/system/menu'
export default { export default {
name: 'Dept', name: 'Dept',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment