|
@@ -230,8 +230,9 @@ export default {
|
|
|
item.template.defaultValue[toUnderline(key)] =
|
|
|
item.template.defaultValue[key];
|
|
|
}
|
|
|
- let tableName = (this.defaultValueObj[item.tableName] =
|
|
|
- item.template.defaultValue);
|
|
|
+ let tableName = (this.defaultValueObj[
|
|
|
+ item.tableName || item.template.dfTableName
|
|
|
+ ] = item.template.defaultValue);
|
|
|
// this.$nextTick(() => {
|
|
|
// Object.assign(this.defaultValue, item.template.defaultValue);
|
|
|
// });
|