mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
开门红产品试算增加标识
This commit is contained in:
@@ -1225,7 +1225,9 @@ export default {
|
|||||||
let params = this.getParams()
|
let params = this.getParams()
|
||||||
// 开门红产品试算增加标识
|
// 开门红产品试算增加标识
|
||||||
if (this.activeType == 'KMH' && this.isFrom != 'proposal') {
|
if (this.activeType == 'KMH' && this.isFrom != 'proposal') {
|
||||||
params.isKmh = 1
|
for (let product of params.trialInfos) {
|
||||||
|
product.isKmh = '1'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
let resultData = await trial(params)
|
let resultData = await trial(params)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user