diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index b32a2ccd1..d5f3667c4 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -3036,7 +3036,6 @@ export default { averageScore += item.targetScore }) this.businessCommentForm.averageScore = averageScore/4 - console.log(res.data) this.businessCommentTable = res.data this.historyInfoLoading = false this.$forceUpdate()