File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ export const SystemUserSocialTypeEnum = {
75
75
title : "钉钉" ,
76
76
type : 20 ,
77
77
source : "dingtalk" ,
78
- img :
"https://cdn.jsdelivr.net/gh/justauth/[email protected] /dingtalk .png" ,
78
+ img : "https://s1.ax1x.com/2022/05/22/OzMDRs .png" ,
79
79
} ,
80
80
WECHAT_ENTERPRISE : {
81
81
title : "企业微信" ,
82
82
type : 30 ,
83
83
source : "wechat_enterprise" ,
84
- img :
"https://cdn.jsdelivr.net/gh/justauth/[email protected] /wechat_enterprise .png" ,
84
+ img : "https://s1.ax1x.com/2022/05/22/OzMrzn .png" ,
85
85
}
86
86
}
87
87
Original file line number Diff line number Diff line change 111
111
</el-col >
112
112
<el-col :span =" 12" >
113
113
<el-form-item label =" 归属部门" prop =" deptId" >
114
- <treeselect v-model =" form.deptId" :options =" deptOptions" :show-count =" true"
114
+ <treeselect v-model =" form.deptId" :options =" deptOptions" :show-count =" true" :clearable = " false "
115
115
placeholder =" 请选择归属部门" :normalizer =" normalizer" />
116
116
</el-form-item >
117
117
</el-col >
You can’t perform that action at this time.
0 commit comments