users.getIsLock.equals(users1.getIsLock);
注意:一定不要使用:
users1.getIsLock=="1"
或者users.getIslock=="0"
重置的字段不可以出现空格
this.dataForm.username=""
this.dataForm.username=" "
users.getIsLock.equals(users1.getIsLock);
注意:一定不要使用:
users1.getIsLock=="1"
或者users.getIslock=="0"
重置的字段不可以出现空格
this.dataForm.username=""
this.dataForm.username=" "