up
This commit is contained in:
@@ -243,7 +243,12 @@ function paginasApp() {
|
||||
orden: 0, publicado: false, rol_ids: []
|
||||
},
|
||||
|
||||
init() { this.load(1); },
|
||||
init() {
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
const sid = parseInt(params.get('saas_id') || '0', 10);
|
||||
if (sid) this.filterSaas = sid;
|
||||
this.load(1);
|
||||
},
|
||||
|
||||
load(p = 1) {
|
||||
this.page = p; this.loading = true;
|
||||
|
||||
Reference in New Issue
Block a user