src/views/dnc/base/modules/ProductStructure/ProductStructureMainTop.vue
@@ -92,7 +92,7 @@ handleDownload() { const that = this const { docId, docName } = this.currentRightClickedTableRowInfo dncApi.downloadDocumentApi({ id: docId, docName }) dncApi.downloadDocumentApi({ docId, docName }) .then(res => { if (res && !res.success) { that.$notification.error({ @@ -122,7 +122,7 @@ okText: '确认', cancelText: '取消', onOk: () => { dncApi.documentOutboundApi({ id: docId, docName }) dncApi.documentOutboundApi({ docId, docName }) .then(res => { console.log('res------------------', res) if (res.success) {