Parcourir la source

工单评分复评优化

ouyj il y a 3 mois
Parent
commit
a231472e2c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      ygtx-ui/src/views/gxt/orderScore/index.vue

+ 3 - 0
ygtx-ui/src/views/gxt/orderScore/index.vue

@@ -2350,6 +2350,9 @@ function submitReview() {
         proxy.$modal.msgError("质量系数不能为空");
         return;
       }*/
+      if(!showModifyReason.value){
+        reviewForm.value.modifyReason = '';
+      }
       reviewForm.value.scorePersonList.forEach(person => {
         if (person.extraScore !== null && person.extraScore !== undefined){
           person.totalScore = parseFloat((parseFloat(person.reviewScore) + parseFloat(person.extraScore)).toFixed(2));