|
@@ -453,7 +453,6 @@ export default {
|
|
|
|
|
|
// 查询统计信息
|
|
|
getStatisticList({
|
|
|
-<<<<<<< HEAD
|
|
|
queryMap: {
|
|
|
tableKey: this.templateInfo.template.tableKey,
|
|
|
queryCriteriaValue: this.queryParams.queryMap.queryCriteriaValue
|
|
@@ -462,12 +461,6 @@ export default {
|
|
|
// console.log('getStatisticList', res);
|
|
|
this.statisticList = res.data
|
|
|
})
|
|
|
-=======
|
|
|
- queryMap: { tableKey: this.templateInfo.template.tableKey },
|
|
|
- }).then((res) => {
|
|
|
- this.statisticList = res.data;
|
|
|
- });
|
|
|
->>>>>>> 0b02a879572de5f5533cacbfea997e10bc594762
|
|
|
});
|
|
|
},
|
|
|
isUpperCase(char) {
|