富娃娃特殊处理

This commit is contained in:
mengxiaolong
2020-10-13 10:54:33 +08:00
parent cebed1471e
commit b188b065e6

View File

@@ -1107,7 +1107,7 @@ export default {
let product = this.chooseProducts.find(item => {
return item.productCode === 'GFRS_A0006'
})
if (product) {
if (product && this.richChildrenFlag) {
product.calFactorLst[0].showContent = '月交'
product.calFactorLst[2].showContent = '月交'
product.calFactorLst[0].columns[0].text = '月交'
@@ -1216,7 +1216,9 @@ export default {
//试算成功,信息返显
if (resultData.result == 0) {
if (resultData.flag) {
console.dir(resultData)
if (resultData.flag === '1') {
console.log('sfdsadf')
this.richChildrenFlag = true
}
this.trialList = resultData.trialList