src/views/other/commonDialog/SelectCommonDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -395,7 +395,7 @@ pageSize: this.pagerOptions.pageSize }).then((res) => { console.log(res.data) if (res.data.code === 200) { if (res.code === 200) { if (res.data.data && res.data.data.length > 0) { const list = res.data.data.map((item) => { return { @@ -403,7 +403,7 @@ } }) this.tableList.tableInfomation = list || [] this.pagerOptions.totalCount = res.data.data.count this.pagerOptions.totalCount = res.data.count } else { this.tableList.tableInfomation = [] }