- modifiche al catalogo
- tolta la richiesta di accettazione dei RIS, che ora vengono accettati automaticamente.
This commit is contained in:
@@ -30,6 +30,7 @@ import { useI18n } from '@/boot/i18n'
|
||||
import { emitKeypressEvents } from 'readline'
|
||||
import { costanti } from '@costanti'
|
||||
import objectId from '@src/js/objectId'
|
||||
import { useProducts } from '@src/store/Products'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CMyEditElem',
|
||||
@@ -82,6 +83,8 @@ export default defineComponent({
|
||||
const enableAdd = ref(true)
|
||||
const tabadd = ref('tools')
|
||||
|
||||
const Products = useProducts()
|
||||
|
||||
const neworder = ref(<number | undefined>0)
|
||||
|
||||
const myel = toRef(props, 'myelem')
|
||||
@@ -314,6 +317,7 @@ export default defineComponent({
|
||||
tabElemsText,
|
||||
visuadd,
|
||||
tabadd,
|
||||
Products,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user