Update rate.vue

This commit is contained in:
梁灏 2021-09-16 17:15:05 +08:00
parent 93b974ed0c
commit fc244b0840

View file

@ -114,7 +114,7 @@
}, },
watch: { watch: {
value (val) { value (val) {
this.currentValue = val; this.currentValue = val || 0;
}, },
currentValue (val) { currentValue (val) {
this.setHalf(val); this.setHalf(val);