fixed tokenreg was not valid. created by date
This commit is contained in:
@@ -162,7 +162,6 @@ export default defineComponent({
|
||||
jointable.value = col.value.jointable!
|
||||
}
|
||||
|
||||
|
||||
const arrk = props.field.split('.')
|
||||
if (arrk) {
|
||||
mykey.value = props.field
|
||||
@@ -185,7 +184,6 @@ export default defineComponent({
|
||||
if (props.nosaveToDb)
|
||||
return
|
||||
|
||||
|
||||
if (newval !== valinitial)
|
||||
setValDb($q, mykey.value, newval, props.fieldtype || col.fieldtype, false, props.table, mysubkey.value, props.id, props.indrec, mysubsubkey.value, props.specialField)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user