1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-25 14:10:31 +08:00
parent f637f746cb
commit 9bdb8f64b3
3 changed files with 0 additions and 3 deletions

View File

@ -95,7 +95,6 @@ export default {
: 'zh' : 'zh'
/* eslint-disable */ /* eslint-disable */
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //8 var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //8
console.log(!reg1.test(value))
if (!reg1.test(value)) { if (!reg1.test(value)) {
callback( callback(
lang === 'zh' lang === 'zh'

View File

@ -300,7 +300,6 @@ export default {
: 'zh' : 'zh'
/* eslint-disable */ /* eslint-disable */
var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //8 var reg1 = /^[a-zA-Z0-9_]{4,16}$/ //8
console.log(!reg1.test(value))
if (!reg1.test(value)) { if (!reg1.test(value)) {
callback( callback(
lang === 'zh' lang === 'zh'

View File

@ -168,7 +168,6 @@ export default {
roles.push(item.UserTypeId) roles.push(item.UserTypeId)
} }
}) })
console.log(roles)
this.$emit('update:roles', roles) this.$emit('update:roles', roles)
this.$emit('update:visible', false) this.$emit('update:visible', false)
}, },