未符合项导出修改

This commit is contained in:
zyx.net
2023-09-08 09:12:53 +08:00
parent 3f5ece1f9c
commit 9d2e57202c
2 changed files with 2 additions and 2 deletions
@@ -391,7 +391,7 @@ export default {
this.selectedRowKeys.forEach(val => {
if (res.uuid == val) {
this.content.push({
id: res.id,
id: res.id || res.uuid,
flowType: res.flowType
})
}
@@ -395,7 +395,7 @@
this.selectedRowKeys.forEach(val => {
if (res.uuid == val) {
this.content.push({
id: res.id,
id: res.id || res.uuid,
flowType: res.flowType
})
}