|
@ -578,15 +578,20 @@ export default { |
|
|
this.editForm[n] = list[n] |
|
|
this.editForm[n] = list[n] |
|
|
} |
|
|
} |
|
|
this.formList.forEach((item) => { |
|
|
this.formList.forEach((item) => { |
|
|
if (item.childGroup && info[item.childGroup.tableName]) { |
|
|
|
|
|
// let _info = info[item.childGroup.tableName] |
|
|
|
|
|
// item.childGroup.itemList.forEach(n => { |
|
|
|
|
|
// n.columnValue = _info[0][n.columnName] |
|
|
|
|
|
// }) |
|
|
|
|
|
this.tabsList.push(item.childGroup) |
|
|
|
|
|
} |
|
|
|
|
|
item.columnValue = list[item.columnName] |
|
|
item.columnValue = list[item.columnName] |
|
|
item.ID = list.ID |
|
|
item.ID = list.ID |
|
|
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
|
|
item.columnValue == '1' && |
|
|
|
|
|
item.itemType === 'radio' && |
|
|
|
|
|
item.childGroup |
|
|
|
|
|
) { |
|
|
|
|
|
this.tabsList.push(item.childGroup) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// if (item.childGroup && info[item.childGroup.tableName]) { |
|
|
|
|
|
|
|
|
|
|
|
// } |
|
|
}) |
|
|
}) |
|
|
this.tabsList.forEach((item) => { |
|
|
this.tabsList.forEach((item) => { |
|
|
let _info = info[item.tableName] |
|
|
let _info = info[item.tableName] |
|
|