suxinf 4 роки тому
батько
коміт
25e656200a

+ 1 - 1
src/views/parameter/Grouping.vue

@@ -128,7 +128,7 @@ export default {
     // 点击小组成员
     groupMember: function (index) {
       // 页面变化
-      this.$router.push({ query: { tag: "group_menber" } });
+      this.$router.push({ query: { tag: "group_member" } });
       this.groupId = this.tableData[index]['id'];
     },
     // 新增小组 接口

+ 2 - 2
src/views/parameter/PlatformModule.vue

@@ -112,7 +112,7 @@ export default {
       let id = this.tableData[index]["id"];
       console.log(id);
       this.updatePublishPlatformInfo(id, newName).then(() => {
-        this.updatePublishPlatformInfo();
+        this.selectPublishPlatformPage();
       });
     },
     // 点击删除
@@ -217,7 +217,7 @@ export default {
               console.log(res);
               resolve();
             } else {
-              alert("编辑失败,请重试");
+              alert("删除失败,请重试");
               console.log(res);
             }
           })