update 部门管理-去掉部门权限
This commit is contained in:
@@ -129,9 +129,9 @@
|
||||
</a-empty>
|
||||
</a-card>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane :tab="$t('depart.departmentAuth')" key="2" forceRender>
|
||||
<depart-auth-modal ref="departAuth" />
|
||||
</a-tab-pane>
|
||||
<!--<a-tab-pane :tab="$t('depart.departmentAuth')" key="2" forceRender>-->
|
||||
<!-- <depart-auth-modal ref="departAuth" />-->
|
||||
<!--</a-tab-pane>-->
|
||||
</a-tabs>
|
||||
|
||||
</a-col>
|
||||
@@ -143,13 +143,13 @@ import DepartModal from './modules/DepartModal'
|
||||
import { queryDepartTreeList, searchByKeywords, deleteByDepartId } from '@/api/api'
|
||||
import { httpAction, postAction } from '@/api/manage'
|
||||
import { JeroListMixin } from '@/mixins/JeroListMixin'
|
||||
import DepartAuthModal from './modules/DepartAuthModal'
|
||||
// import DepartAuthModal from './modules/DepartAuthModal'
|
||||
// 表头
|
||||
export default {
|
||||
name: 'DepartList',
|
||||
mixins: [JeroListMixin],
|
||||
components: {
|
||||
DepartAuthModal,
|
||||
// DepartAuthModal,
|
||||
DepartModal
|
||||
},
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user