禅道bug修复
This commit is contained in:
parent
33577233b3
commit
ebbd7d24a9
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue