优化需求订单的发布

This commit is contained in:
TOP糯米 2023-04-01 23:57:04 +08:00
parent 4c7aa16ddf
commit dce5a0cee8
1 changed files with 1 additions and 3 deletions

View File

@ -368,9 +368,7 @@ export default {
*/ */
changeInsuranceState(state) { changeInsuranceState(state) {
this.insurance = state; this.insurance = state;
if (this.type == 2) { this.updateTotal();
this.updateTotal();
}
}, },
/** /**
* 更新总价 * 更新总价