Sfoglia il codice sorgente

工单评分复评优化

ouyj 3 mesi fa
parent
commit
a231472e2c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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));