@@ -439,7 +439,7 @@
}).then((response) => {
uni.hideLoading();
this.alarmsForm = response.data;
- this.alarmsPercent = alarmsForm.okNum/(alarmsForm.okNum+alarmsForm.errorNum)*100;
+ this.alarmsPercent = this.alarmsForm.okNum/(this.alarmsForm.okNum+this.alarmsForm.errorNum)*100;
}).catch(error => {
uni.showToast({
title: error,