Browse Source

部门接口修改

dev_web_online
陈薪名 2 years ago
parent
commit
b214abc367
  1. 2
      fe/PC/src/views/systemManage/Department.vue

2
fe/PC/src/views/systemManage/Department.vue

@ -150,7 +150,7 @@ export default {
//
this.Loading.DrawerLoading = true
this.displayDialog.detailsDialog = true;
getDetailed(val.id, '/api/' + this.URL + '/')
getDetailed(val.id, '/' + this.URL + '/')
.then(res => {
if (res.details) {
//

Loading…
Cancel
Save