Commit 81e70d8d authored by 郭志伟's avatar 郭志伟

fix: productNo流程修复

parent 5c5695a1
......@@ -59,7 +59,7 @@
<small>{{ it.sub || "-" }}</small>
<div class="goods-list-item-price">
<span class="goods-list-item-price-amount">¥{{ it.price || "--" }}</span>
<span class="goods-list-item-price-unit" v-if="it.unit">{{ it.unit }}/月起</span>
<span class="goods-list-item-price-unit" v-if="it.unit">{{ it.unit }}</span>
</div>
</cr-col>
</cr-row>
......
......@@ -602,7 +602,7 @@ export default {
if (!amountInsured || !policyPeriod || !payPeriod || !payType || !idNo || !socialSecurity)
return;
const _param = {
productNo: this.goodId,
productNo: this.formData.productNo,
productUserInfo: {
userInfo: {
idNo,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment