fix column changed value (fieldtype)
This commit is contained in:
@@ -2981,7 +2981,7 @@ export const fieldsTable = {
|
||||
},
|
||||
getArrColsByTable(mytable: string) {
|
||||
const tablerec: any = this.tablesList.find((rec) => rec.value === mytable)
|
||||
if (tablerec) {
|
||||
if (tablerec && tablerec.columns) {
|
||||
return tablerec.columns
|
||||
} else
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user