From 0e9500211e1a10a94dbca72e754cc5cf7eb16e3d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期六, 08 二月 2025 13:53:12 +0800 Subject: [PATCH] 产品结构树: 1、调整权限配置分配部门树组件逻辑 --- src/views/dnc/base/modules/ProductStructure/ProductStructureMainTop.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/ProductStructureMainTop.vue b/src/views/dnc/base/modules/ProductStructure/ProductStructureMainTop.vue index 0847514..d53279f 100644 --- a/src/views/dnc/base/modules/ProductStructure/ProductStructureMainTop.vue +++ b/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) { -- Gitblit v1.9.3