1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f637f746cb
commit
9bdb8f64b3
|
@ -95,7 +95,6 @@ export default {
|
|||
: 'zh'
|
||||
/* eslint-disable */
|
||||
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //密码必须是8位以上、必须含有字母、数字、特殊符号
|
||||
console.log(!reg1.test(value))
|
||||
if (!reg1.test(value)) {
|
||||
callback(
|
||||
lang === 'zh'
|
||||
|
|
|
@ -300,7 +300,6 @@ export default {
|
|||
: 'zh'
|
||||
/* eslint-disable */
|
||||
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //密码必须是8位以上、必须含有字母、数字、特殊符号
|
||||
console.log(!reg1.test(value))
|
||||
if (!reg1.test(value)) {
|
||||
callback(
|
||||
lang === 'zh'
|
||||
|
|
|
@ -168,7 +168,6 @@ export default {
|
|||
roles.push(item.UserTypeId)
|
||||
}
|
||||
})
|
||||
console.log(roles)
|
||||
this.$emit('update:roles', roles)
|
||||
this.$emit('update:visible', false)
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue