From a22a69946912221dab4d32987dda6c4c8ba3c5d8 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期二, 24 六月 2025 17:43:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/dnc/base/modules/DeviceStructure/DeviceStructureMainTop.vue |   43 +------------------------------------------
 1 files changed, 1 insertions(+), 42 deletions(-)

diff --git a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMainTop.vue b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMainTop.vue
index bb21be2..31fc780 100644
--- a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMainTop.vue
+++ b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMainTop.vue
@@ -47,7 +47,7 @@
       currentRightClickedTableRowInfo: {},
       hasLoadedDataTabKeyArray: [],
       url:{
-        submitProccess:'/dncFlow/dispatchFile/submitProccess'
+
       }
     }
   },
@@ -166,47 +166,6 @@
                   description: res.message
                 })
               }
-            })
-            .finally(() => {
-              that.$destroyAll()
-            })
-        },
-        onCancel: () => {
-          that.$destroyAll()
-        }
-      })
-    },
-    handleAppoint(){
-      const that = this
-      const { docId, param, attributionId,attributionType,publishFileId } = this.currentRightClickedTableRowInfo
-      that.$confirm({
-        title: '鎻愮ず',
-        content: `纭瀹氬瀷鍚楋紵`,
-        okText: '纭',
-        cancelText: '鍙栨秷',
-        onOk: () => {
-          let dispatchFile = {
-            'docId':docId,
-            'attributionId':attributionId,
-            'attributionType':attributionType,
-            'fileId':publishFileId
-          }
-          postAction(this.url.submitProccess,dispatchFile)
-            .then(res => {
-              if (res.success) {
-                this.$message.success('娴佺▼鍙戣捣鎴愬姛')
-              } else {
-                that.$notification.error({
-                  message: '娑堟伅',
-                  description: res.message
-                })
-              }
-            })
-            .catch(err => {
-              that.$notification.error({
-                message: '娑堟伅',
-                description: err.message
-              })
             })
             .finally(() => {
               that.$destroyAll()

--
Gitblit v1.9.3