浏览代码

维修单管理

1
mo 4 年之前
父节点
当前提交
fbe14dde3b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/musicalManager/index.vue
  2. 1 1
      src/views/repairManager/repairList.vue

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

@@ -247,7 +247,7 @@ export default {
       });
     },
     lookRepair(row){
-      this.$router.push({path:'/business/repairList',query:{hasExemptionAmount:'1',studentInstrumentId:row.id}})
+      this.$router.push({path:'/otherManager/repairList',query:{hasExemptionAmount:'1',studentInstrumentId:row.id}})
     }
   },
 };

+ 1 - 1
src/views/repairManager/repairList.vue

@@ -471,7 +471,7 @@ export default {
         ...this.searchForm,
         ...this.$route.query,
       };
-      this.$router.replace("/business/repairList");
+      this.$router.replace("/otherManager/repairList");
     }
     findAllTechnician().then((res) => {
       if (res.code == 200) {