1
@@ -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}})
}
};
@@ -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) {