核实调解员修改接口

This commit is contained in:
gyj
2024-04-24 14:37:28 +08:00
parent b7cd12db46
commit 96087a7247
@@ -92,7 +92,7 @@ export default {
if (val) { if (val) {
this.mediatorArr = []; this.mediatorArr = [];
this.selectReservationFn({ id: this.departmentData.id }) this.selectReservationFn({ id: this.departmentData.id })
listMediator().then(res => { listMediator({caseAppliId:this.departmentData.id}).then(res => {
this.tableData = res.data; this.tableData = res.data;
}) })
} }