فهرست منبع

维修单管理

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) {