@@ -1288,7 +1288,7 @@ export default {
//深拷贝,而不是拷贝地址
this.form = JSON.parse(JSON.stringify(response.data));
this.form.feeLists.forEach((item) => {
- if(item.funit == "%"){
+ if(item.funit == "%" && item.collCalue){
item.collCalue = item.collCalue.toFixed(2);
}
})