Circuits...
Circuits Fido e Max Qta Fixed error eslint: 7.0.0 is OK
This commit is contained in:
@@ -202,6 +202,11 @@ export default defineComponent({
|
||||
required: false,
|
||||
default: true
|
||||
},
|
||||
showHeaderCol: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
},
|
||||
choose_visutype: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
@@ -1856,9 +1861,12 @@ export default defineComponent({
|
||||
action = lists.MenuAction.CAN_EDIT_TABLE
|
||||
}
|
||||
|
||||
|
||||
if (action > 0) {
|
||||
|
||||
const col = props.prop_mycolumns.find((rec: any) => rec.action === action)
|
||||
if (col) {
|
||||
console.log('col action', col)
|
||||
const myarr = serverData.value.find((rec: any) => rec._id === id)
|
||||
if (myarr)
|
||||
clickFunz(myarr, col)
|
||||
@@ -1988,6 +1996,7 @@ export default defineComponent({
|
||||
onLoadScroll,
|
||||
numRecLoaded,
|
||||
myinfscroll,
|
||||
t,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user