代码生成查询模块新增下拉框组件生成

This commit is contained in:
不做码农
2021-11-28 16:19:38 +08:00
parent f6b1678f94
commit 598c377924
2 changed files with 13 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ export default {
list{ModelTypeName}(this.addDateRange(this.queryParams, this.timeRange)).then(res => {
if (res.code == 200) {
this.dataList = res.data.result;
this.total = res.data.totalCount;
this.total = res.data.totalNum;
}
})
},