|
|
@@ -84,7 +84,6 @@ export const JeecgListMixin = {
|
|
|
this.loading = true;
|
|
|
getAction(this.url.list, params).then((res) => {
|
|
|
if (res.success) {
|
|
|
- console.log("this.setColumns",this.setColumns)
|
|
|
//update-begin---author:zhangyafei Date:20201118 for:适配不分页的数据列表------------
|
|
|
this.dataSource = res.result.records||res.result;
|
|
|
if(res.result.total)
|