Browse Source

处理 提交报错

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
85a9ee275e
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/service-evaluation.vue

2
src/view/service-evaluation.vue

@ -117,7 +117,7 @@ export default {
}, },
// //
submit() { submit() {
if(!isCanEvaluation) return;
if(!this.isCanEvaluation) return;
if ( if (
this.timeScore == 0 || this.timeScore == 0 ||
this.serviceScore == 0 || this.serviceScore == 0 ||

Loading…
Cancel
Save