This commit is contained in:
2020-10-07 17:34:08 +00:00
parent 2a2bcc5f7f
commit 077a75589a

View File

@@ -254,7 +254,7 @@ export default {
//Get the field data type
//https://lodash.com/docs#find
// let ctrlType = window.$gz._.find(
// let ctrlType = window.$gz. _.find(
// this.$store.state.formCustomTemplate[this.formKey],
// ["dataKey", dataKey]
// ).type;