修改部门树默认值为[]

master
RuoYi 5 years ago
parent 9067369ce0
commit d677cd11d1
  1. 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