国内海外库-新增编辑时标准体系字段添加id
This commit is contained in:
@@ -3272,8 +3272,10 @@ export default {
|
||||
if (checkedData) {
|
||||
if (checkedData.length > 0) {
|
||||
this.sarStandardsInfoEO.standSystem = checkedData.map(item => item.menuName).join(",")
|
||||
this.sarStandardsInfoEO.standSystemId = checkedIds.join(",")
|
||||
} else {
|
||||
this.sarStandardsInfoEO.standSystem = checkedData.menuName
|
||||
this.sarStandardsInfoEO.standSystemId = checkedIds
|
||||
}
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
|
||||
@@ -2862,8 +2862,10 @@ export default {
|
||||
if (checkedData) {
|
||||
if (checkedData.length > 0) {
|
||||
this.sarStandardsInfoEO.standSystem = checkedData.map(item => item.menuName).join(",")
|
||||
this.sarStandardsInfoEO.standSystemId = checkedIds.join(",")
|
||||
} else {
|
||||
this.sarStandardsInfoEO.standSystem = checkedData.menuName
|
||||
this.sarStandardsInfoEO.standSystemId = checkedIds
|
||||
}
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
|
||||
Reference in New Issue
Block a user