fix Registrazione data
fix linkref fix controllo login fix pagination CGridTableRec
This commit is contained in:
@@ -110,7 +110,7 @@ export default class Newsletter extends MixinBase {
|
||||
if (this.newsstate.nextnewstosent)
|
||||
this.eseguipolling = this.eseguipolling || true
|
||||
|
||||
console.log('this.eseguipolling', this.eseguipolling)
|
||||
// console.log('this.eseguipolling', this.eseguipolling)
|
||||
this.myloadingload = false
|
||||
|
||||
this.checkifpolling()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<CGridTableRec prop_mytable="users"
|
||||
prop_mytitle="Lista Utenti"
|
||||
:prop_mycolumns="db_fieldsTable.colTableUsers"
|
||||
prop_colkey="userId"
|
||||
prop_colkey="_id"
|
||||
nodataLabel="Nessun Utente"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
|
||||
|
||||
@@ -16,3 +16,5 @@
|
||||
<style lang="scss" scoped>
|
||||
@import './usersList.scss';
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user