Commit d677cd11 authored by RuoYi's avatar RuoYi

修改部门树默认值为[]

parent 9067369c
......@@ -151,8 +151,8 @@ export default {
loading: true,
// 表格树数据
deptList: [],
// 部门部门树选项
deptOptions: undefined,
// 部门树选项
deptOptions: [],
// 弹出层标题
title: "",
// 是否显示弹出层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment