Commit d677cd11 authored by RuoYi's avatar RuoYi

修改部门树默认值为[]

parent 9067369c
...@@ -151,8 +151,8 @@ export default { ...@@ -151,8 +151,8 @@ export default {
loading: true, loading: true,
// 表格树数据 // 表格树数据
deptList: [], deptList: [],
// 部门部门树选项 // 部门树选项
deptOptions: undefined, deptOptions: [],
// 弹出层标题 // 弹出层标题
title: "", 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