feat: There is no way the, 56984 流程第三步,选择项目显示不全
This commit is contained in:
@@ -520,7 +520,9 @@ export default {
|
||||
this.listForm.prcNum = this.prcNum;
|
||||
this.listForm.prcName = this.prcName;
|
||||
this.listForm["id"] = item.id;
|
||||
this.projectGroup = item.dataList[0].projectGroup;
|
||||
if(item.dataList && item.dataList.length > 0){
|
||||
this.projectGroup = item.dataList.map(item => item.projectGroup).join(",")
|
||||
}
|
||||
this.$http.get('SarStandItems/sar-stand-items/findAllItems', {
|
||||
ids: item.standId,
|
||||
type: item.fileType
|
||||
|
||||
Reference in New Issue
Block a user