| | |
| | | </a-row> |
| | | </template> |
| | | <script> |
| | | import UserFactory from './modules/FactoryManager/UserFactory' |
| | | import UserFactory from './modules/factoryManager/UserFactory' |
| | | import { queryFactoryTreeList, searchByKeywords, deleteByFactory } from '@/api/api' |
| | | import { httpAction, deleteAction } from '@/api/manage' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import FactoryModal from './modules/FactoryManager/FactoryModal' |
| | | import FactoryModal from './modules/factoryManager/FactoryModal' |
| | | |
| | | export default { |
| | | name: 'FactoryManager', |
| | |
| | | this.iExpandedKeys = expandedKeys |
| | | this.autoExpandParent = false |
| | | }, |
| | | |
| | | |
| | | batchDel: function() { |
| | | this.isIncludesNotLeaf = false |
| | | this.includesNotLeaf(this.factoryTree) |