From ba614829f008504d2316ba0916db8f3c9af0b563 Mon Sep 17 00:00:00 2001
From: zhiyong.zhou <zhiyong.zhou@highdatas.com>
Date: 星期一, 04 三月 2024 15:07:05 +0800
Subject: [PATCH] 删除多余文件 提交

---
 src/views/admin/FormsPanel.vue |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/views/admin/FormsPanel.vue b/src/views/admin/FormsPanel.vue
index 4adf64f..9e9e0c9 100644
--- a/src/views/admin/FormsPanel.vue
+++ b/src/views/admin/FormsPanel.vue
@@ -18,7 +18,6 @@
           <div style="float: right">
             <el-button type="text" icon="el-icon-edit-outline" size="mini" @click="editFrom(item, groups)">缂栬緫
             </el-button>
-
             <el-button type="text" size="mini" @click="viewGroup(item,groups)">鏌ョ湅娴佺▼</el-button>
 
             <el-popover placement="left" trigger="click" width="400" style="margin-left: 10px"
@@ -66,23 +65,15 @@
         console.log("getEntitySet", rsp.data.data)
         this.groups = rsp.data.data.entityset
         console.log("this.groups", this.groups)
-        //this.groups = rsp.data
       }).catch(err => this.$message.error('鑾峰彇瀹℃壒娴佺▼寮傚父'))
     },
     newProcess(groupId) {
-      // this.$store.commit("setTemplate", this.getTemplateData());
-      // this.$store.commit("setIsEdit", false);
       this.$router.push("/admin/design?groupId=" + groupId);
     },
     groupSort() {
       this.groupsSort = false
-      groupItemsSort(this.groups).then(rsp => {
-        this.$message.success("鎺掑簭鎴愬姛")
-        this.getGroups()
-      }).catch(err => {
-        this.getGroups()
-        this.$message.error(err.response.data)
-      })
+      this.$message.success("鎺掑簭鎴愬姛")
+
     },
 
 

--
Gitblit v1.8.0