开门红产品试算增加标识

This commit is contained in:
mengxiaolong
2020-12-03 18:31:13 +08:00
parent 69a583286f
commit 8cb8011d4f

View File

@@ -1225,7 +1225,9 @@ export default {
let params = this.getParams()
// 开门红产品试算增加标识
if (this.activeType == 'KMH' && this.isFrom != 'proposal') {
params.isKmh = 1
for (let product of params.trialInfos) {
product.isKmh = '1'
}
}
let resultData = await trial(params)