Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1110,7 +1110,7 @@ export default {
|
||||
if (this.energyKindOptions[i].value === k[m]) {
|
||||
k[m] = this.energyKindOptions[i].label;
|
||||
}
|
||||
item.sycx = k.join(",");
|
||||
item.typeApplicable = k.join(",");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
@@ -3753,6 +3753,9 @@ export default {
|
||||
})
|
||||
|
||||
let nameNew=Array.from(arr).join(',')
|
||||
if(nameNew.length > 0){
|
||||
nameNew = nameNew.replace("undefined","").replace(",,",",")
|
||||
}
|
||||
this.$set(this.sarBussionessStandEO, 'QCDW', nameNew)
|
||||
|
||||
if (this.sarBussionessStandEO.QCRBUSS) {
|
||||
|
||||
Reference in New Issue
Block a user