核实调解员修改接口
This commit is contained in:
@@ -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;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user