showCollapses() {
const { formData } = this;
let collapseList = formData.unionTransferee ? this.restructureConfig(this.showCollapse, {
slot: 'joint-assignee-info',
anchor: 'jointAssigneeInfo',
title: this.isCapitalIncrease ? '联合投资体信息' : '联合受让体信息'
}, 3) : this.showCollapse;
collapseList = formData.entrust ? this.restructureConfig(collapseList, {
slot: 'member-information',
anchor: 'memberInformation',
title: '会员信息'
}, -2) : collapseList;
return collapseList;
}
请问下列javascript要怎么优化
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-