|
@@ -1104,6 +1104,7 @@ export default {
|
|
|
searchFieldList,
|
|
|
tableExportField
|
|
|
);
|
|
|
+
|
|
|
let echoData = {
|
|
|
tableName: this.tableName,
|
|
|
tableFieldData: this.tableFieldList,
|
|
@@ -1121,6 +1122,7 @@ export default {
|
|
|
sortOrder: this.formData.isAsc,
|
|
|
sqlKey: uuid,
|
|
|
dtColumnName: columns, //列字段标题名称(存储显示字段信息
|
|
|
+ // dtColumnName: JSON.stringify(columns).replace(/"/g, "'"), //列字段标题名称(存储显示字段信息
|
|
|
timeFormat: this.formData.timeFormate,
|
|
|
searchFieldList: searchFieldList, //搜索字段数组
|
|
|
tableSql: this.getSQLStr(), // 暂定
|