[add] 分标委在研项目

This commit is contained in:
zhaoxiao
2021-12-14 15:03:03 +08:00
parent 931af39e09
commit f1a10730cf
3 changed files with 28 additions and 5 deletions
@@ -160,10 +160,8 @@ export default {
if (res.success) {
//update-begin---author:zhangyafei Date:20201118 for:适配不分页的数据列表------------
this.dataSource = res.result.result.records
if (res.result.total) {
this.ipagination.total = res.result.total
//清空列表选中
this.onClearSelected()
if (res.result.result.total) {
this.ipagination.total = res.result.result.total
} else {
this.ipagination.total = 0
}