Aggiornamento APP RISO:
✅ Inviando i RIS, deve comparire prima il Circuito della Provincia, e poi quello Nazionale ✅ Risolto problema per vecchie registrazioni, la provincia compariva "undefined".
This commit is contained in:
@@ -24,6 +24,8 @@ import MixinUsers from '@/mixins/mixin-users'
|
||||
|
||||
import { colmyHosp } from '@store/Modules/fieldsTable'
|
||||
|
||||
import { shared_consts } from '@/common/shared_vuejs'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'hosp',
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CNotifAtTop, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage, LandingFooter },
|
||||
@@ -33,6 +35,7 @@ export default defineComponent({
|
||||
tools,
|
||||
toolsext,
|
||||
static_data,
|
||||
shared_consts,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<div v-if="tools.isUserOk()">
|
||||
|
||||
<CFinder
|
||||
:ind="tools.getIndMainCardsByTable(toolsext.TABMYHOSPS)"
|
||||
:table="toolsext.TABMYHOSPS">
|
||||
:ind="tools.getIndMainCardsByTable(shared_consts.TABLES_MYHOSPS)"
|
||||
:table="shared_consts.TABLES_MYHOSPS">
|
||||
|
||||
</CFinder>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user