update 优化 eslint
This commit is contained in:
@@ -128,7 +128,7 @@ const props = defineProps({
|
||||
//回显用户id
|
||||
userIdList: {
|
||||
type: Array,
|
||||
default: []
|
||||
default: () => []
|
||||
}
|
||||
});
|
||||
const deptTreeRef = ref(ElTree);
|
||||
|
||||
Reference in New Issue
Block a user