Przeglądaj źródła

核实调解员修改接口

gyj 2 lat temu
rodzic
commit
96087a7247

+ 1
- 1
src/views/caseManagement/components/departmentMediator.vue Wyświetl plik

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