@@ -92,7 +92,7 @@ export default {
if (val) {
this.mediatorArr = [];
this.selectReservationFn({ id: this.departmentData.id })
- listMediator().then(res => {
+ listMediator({caseAppliId:this.departmentData.id}).then(res => {
this.tableData = res.data;
})
}