| | |
| | | import HasSentDocumentTableList from './Document/HasSentDocumentTableList' |
| | | import HasReceivedDocumentTableList from './Document/HasReceivedDocumentTableList' |
| | | import DocumentBatchDeleteModal from '../../../common/DocumentBatchDeleteModal' |
| | | import { postAction } from '@api/manage' |
| | | |
| | | export default { |
| | | name: 'DeviceStructureMainTop', |
| | |
| | | tableContainerSize: 'small', |
| | | currentTypeOfDevice: 7,// 产品结构树中定义的设备层级type为7 |
| | | currentRightClickedTableRowInfo: {}, |
| | | hasLoadedDataTabKeyArray: [] |
| | | hasLoadedDataTabKeyArray: [], |
| | | url:{ |
| | | |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | /** |
| | | * 点击批量删除后出现弹窗 |
| | | * @param modalTitle 弹窗标题 |