文件名从 src/views/dnc/base/modules/DeviceStructure/HasReceivedDocumentTableList.vue 修改 |
| | |
| | | <script> |
| | | import { getAction } from '@/api/manage' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import DocumentModal from '../../../common/DocumentModal.vue' |
| | | import DocumentModal from '../../../../common/DocumentModal.vue' |
| | | |
| | | export default { |
| | | name: 'HasSentDocumentTableList', |
| | |
| | | } |
| | | } |
| | | }, |
| | | watch: { |
| | | currentTreeNodeInfo: { |
| | | handler(value) { |
| | | this.currentClickedDocumentInfo = {} |
| | | }, |
| | | immediate: true |
| | | } |
| | | }, |
| | | created() { |
| | | this.$bus.$on('tableMenuItemMethodTrigger', this.triggerCorrespondingMethod) |
| | | }, |