ver: 1.1.21:
- Lista dei Cataloghi - Gestione Cataloghi in base alla configurazione
This commit is contained in:
@@ -274,8 +274,9 @@ export default defineComponent({
|
||||
default: 0,
|
||||
},
|
||||
defaultnewrec: {
|
||||
type: Function,
|
||||
type: Object,
|
||||
required: false,
|
||||
default: {},
|
||||
},
|
||||
col_title: {
|
||||
type: String,
|
||||
@@ -1722,7 +1723,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
// @ts-ignore
|
||||
if (props.defaultnewrec) {
|
||||
if (!tools.isEmptyObject(props.defaultnewrec)) {
|
||||
// @ts-ignore
|
||||
newRecord.value = props.defaultnewrec
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user