Browse Source

Merge branch 'dev_web' of http://dev.ccwin-in.com:3000/BoXu.Zheng/WZC2 into dev_web

dev_web_online
安虹睿 2 years ago
parent
commit
b411d176ac
  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.Loading.DrawerLoading = true
this.displayDialog.detailsDialog = true; this.displayDialog.detailsDialog = true;
getDetailed(val.id, '/api/' + this.URL + '/') getDetailed(val.id, '/' + this.URL + '/')
.then(res => { .then(res => {
if (res.details) { if (res.details) {
// //

Loading…
Cancel
Save