@ -160,6 +160,12 @@
this.userData.Account = userAccount ? userAccount : '';
this.userData.Password = userPassword ? userPassword : '';
if(this.userData.Account !=='' && this.userData.Password !==''){
this.valid = true;
}else{
this.valid = false;
}
},
methods: {
async userLogin() {