Merge branch 'Radius/improve' into 'master'
Improved Radius Components See merge request fronk/thetool!1336
This commit is contained in:
@@ -493,6 +493,7 @@ Vue.component('radius', {
|
||||
},
|
||||
async loadRadiusUsers() {
|
||||
this.isLoading = true;
|
||||
this.radiusUsers = [];
|
||||
let custnum = '';
|
||||
if (this.$refs.billAddr.displayValue.length > 5) {
|
||||
custnum = this.$refs.billAddr.displayValue.match(/\[(\d+)]/)[1];
|
||||
|
||||
Reference in New Issue
Block a user