From 3c6c92b68a1b113b5450554db750ebe1d8bd26bb Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 20 九月 2024 15:16:14 +0800
Subject: [PATCH] 整合代码 action管理

---
 Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue
index 276a7f3..5e6ad14 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue
@@ -18,7 +18,7 @@
                        @click="checkViewClickHandler">鏌ョ湅浣跨敤鑼冨洿
             </el-button>
           </div>
-          <!-- 宸︿晶鏍�         -->
+          <!-- 宸︿晶鏍� -->
           <div style="height:  calc(100vh - 260px);">
             <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick">
           <span slot-scope="{ node, data }" class="el-tree-node__label">
@@ -104,7 +104,7 @@
       </basic-container>
     </el-main>
 
-    <!-- 鏂板 淇敼   -->
+    <!-- 鏂板 淇敼 -->
     <el-dialog
       v-dialogDrag
       :title="dialogTitle === 'add' ? '鍒涘缓' : '淇敼'"
@@ -164,11 +164,11 @@
         </span>
     </el-dialog>
 
-    <!-- 瀵煎叆    -->
+    <!-- 瀵煎叆 -->
     <upload-file ref="upload" :fileType="upFileType" :fileUrl="fileUrl" :tipList="tipList" title="瀵煎叆"
                  @updata="getTreeList"></upload-file>
 
-    <!-- 鏌ョ湅浣跨敤鑼冨洿    -->
+    <!-- 鏌ョ湅浣跨敤鑼冨洿 -->
     <el-dialog
       v-dialogDrag
       :visible.sync="checkViewVisible"
@@ -302,7 +302,7 @@
     this.getTreeList();
   },
   methods: {
-    //宸︿晶鏍戞煡璇�
+    // 宸︿晶鏍戞煡璇�
     getTreeList() {
       getVersionRuleAllList().then(res => {
         const data = res.data.data;
@@ -473,7 +473,6 @@
       width: 82px;
     }
   }
-
 }
 
 .headerCon {

--
Gitblit v1.9.3