|
@@ -452,10 +452,9 @@
|
|
|
})
|
|
|
},
|
|
|
projectNameClick(row) {
|
|
|
- this.echartsLoading = true;
|
|
|
+ this.titleList = '账户列表'
|
|
|
this.columnsFixd = keepPersonData.setNoDeleteProjectColumns();
|
|
|
this.listNum = keepPersonData.setNoDeleteProjectColumns();
|
|
|
- this.titleList = '账户列表列表'
|
|
|
this.columnsProject = [
|
|
|
{
|
|
|
title: '账户名称',
|
|
@@ -507,10 +506,11 @@
|
|
|
dataIndex: 'photoClick',
|
|
|
},
|
|
|
],
|
|
|
+ this.projectAccount = 'b';
|
|
|
this.projectId = row.projectId;
|
|
|
this.echartsIpaginationProject.current = 1;
|
|
|
this.getAccountData();
|
|
|
- this.projectAccount = 'b';
|
|
|
+ this.showColumn();
|
|
|
},
|
|
|
projectAccountChange(ent) {
|
|
|
this.echartsLoading = true;
|