修改bug

This commit is contained in:
张运江 2025-02-12 17:55:59 +08:00
parent a94cd4abf3
commit fc296bba91

View File

@ -188,7 +188,7 @@ import { size } from "lodash";
},
//
handleEnterqueue(row){
this.$router.push({path: '/mediation-page', query: {sourcePage: 'home', caseId: row.caseId}})
this.$router.push({path: '/mediation-page', query: {sourcePage: 'home'}})
}
}
};