瀏覽代碼

乐团回归测试

1
mo 4 年之前
父節點
當前提交
ccd7061ac1

+ 1 - 1
src/views/HumanResources/index.vue

@@ -717,7 +717,7 @@ export default {
       }
     },
     onToUrl() {
-      this.$router.push("/insideSetting/helpCategory");
+      this.$router.push("/helpCategory");
     },
     getAllIds(row) {
       let idAndParent = []; // idAndParent保存 Tree所有节点的id和parentId

+ 3 - 3
src/views/helpCenter/helpCategory.vue

@@ -208,9 +208,9 @@ export default {
       }
     },
     onCancel () {
-      this.$store.dispatch('delVisitedViews', this.$route) 
+      this.$store.dispatch('delVisitedViews', this.$route)
       this.$router.push({
-        path: "/insideSetting/helpContent"
+        path: "/contentManager/helpContent"
       });
     },
     onFormClose (formName) {
@@ -243,4 +243,4 @@ export default {
 /deep/.el-select {
   width: 100% !important;
 }
-</style>
+</style>

+ 2 - 2
src/views/helpCenter/helpContent.vue

@@ -279,7 +279,7 @@ export default {
       }
     },
     onToUrl () {
-      this.$router.push('/insideSetting/helpCategory')
+      this.$router.push('/helpCategory')
     },
     getAllIds (row) {
       let idAndParent = [];// idAndParent保存 Tree所有节点的id和parentId
@@ -356,4 +356,4 @@ export default {
 .newBand {
   display: inline-block;
 }
-</style>
+</style>

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -8,7 +8,7 @@
       <div class="btnList" style="margin-bottom: 20px">
         <el-button
           type="primary"
-          v-permission="'/teamBuild'"
+          v-permission="'musicGroup/createGroup'"
           @click="createNewTeam"
           >新建乐团</el-button
         >