优化需求订单的发布
This commit is contained in:
parent
4c7aa16ddf
commit
dce5a0cee8
|
@ -368,9 +368,7 @@ export default {
|
||||||
*/
|
*/
|
||||||
changeInsuranceState(state) {
|
changeInsuranceState(state) {
|
||||||
this.insurance = state;
|
this.insurance = state;
|
||||||
if (this.type == 2) {
|
this.updateTotal();
|
||||||
this.updateTotal();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 更新总价
|
* 更新总价
|
||||||
|
|
Loading…
Reference in New Issue