|
@@ -99,7 +99,7 @@ export default {
|
|
|
tableName: this.formItem.foundation.tableName,
|
|
tableName: this.formItem.foundation.tableName,
|
|
|
isTable: this.formItem.foundation.isTable,
|
|
isTable: this.formItem.foundation.isTable,
|
|
|
fromField: [],
|
|
fromField: [],
|
|
|
- columnField: '',
|
|
|
|
|
|
|
+ columnField: [],
|
|
|
};
|
|
};
|
|
|
crudFilePath(data).then((res) => {
|
|
crudFilePath(data).then((res) => {
|
|
|
console.log(res);
|
|
console.log(res);
|