From b16561838a0e9120dd16ded16cfe2f729f0d2ccc Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 23 一月 2025 15:37:49 +0800
Subject: [PATCH] NC程序签派流程配置

---
 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