禅道bug修复

This commit is contained in:
BianLzhaoMin 2025-05-08 15:53:57 +08:00
parent 33577233b3
commit ebbd7d24a9
1 changed files with 1 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ export default {
if (this.companyPerformanceList.length > 0) { if (this.companyPerformanceList.length > 0) {
this.selectData = this.companyPerformanceList.map((item) => item.perfId) this.selectData = this.companyPerformanceList.map((item) => item.perfId)
} else { } else {
this.selectData = [] // this.selectData = []
} }
this.dialogConfig.outerVisible = true this.dialogConfig.outerVisible = true
}, },