Browse Source

修改部门树默认值为[]

newMaster
RuoYi 6 years ago
parent
commit
d677cd11d1
  1. 4
      ruoyi-ui/src/views/system/dept/index.vue

4
ruoyi-ui/src/views/system/dept/index.vue

@ -151,8 +151,8 @@ export default {
loading: true, loading: true,
// //
deptList: [], deptList: [],
// //
deptOptions: undefined, deptOptions: [],
// //
title: "", title: "",
// //

Loading…
Cancel
Save