【修改】更改左侧树样式

This commit is contained in:
zhoulingpo
2023-05-18 11:52:18 +08:00
parent c15eff54bb
commit 19d7febdcf
+3 -3
View File
@@ -267,9 +267,9 @@ export default {
// if(!this.form.leveL ){
// return this.$message.warning('请检查部门级别') && false
// }
if ( !(/^[0-9]*$/.test(this.form.leveL))) {
return this.$message.warning('部门级别只能为纯数字') && false
}
// if ( !(/^[0-9]*$/.test(this.form.leveL))) {
// return this.$message.warning('部门级别只能为纯数字') && false
// }
return true
},
// 新增用户