Commit 1f157ee4 authored by 刘殿昕's avatar 刘殿昕

fixedCPU

parent 8520c76a
...@@ -1170,9 +1170,7 @@ export default { ...@@ -1170,9 +1170,7 @@ export default {
this.formOld.appDuration >= 1 ? this.formOld.appDuration : 0 this.formOld.appDuration >= 1 ? this.formOld.appDuration : 0
}个月`; }个月`;
} }
this.$nextTick(() => { this.jifeiList1 = arrJifei;
this.jifeiList1 = arrJifei;
});
// console.log(sumCM, sumDisk) // console.log(sumCM, sumDisk)
this.amounts_payable = Number( this.amounts_payable = Number(
(Number(sumCM) + Number(sumDisk)).toFixed(2) (Number(sumCM) + Number(sumDisk)).toFixed(2)
......
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