Explorar el Código

首次驳回分值处理

1178232204@qq.com hace 3 años
padre
commit
cddf72a68e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/js/appealHistory.js

+ 2 - 1
src/js/appealHistory.js

@@ -533,6 +533,7 @@ function addAppealInfo(data) {
         $(".warning").show();
         return
     }
+    console.log(data);
     const param = {
         appealExplain: $(".textarea").val(),
         appealOperationType: data.appealOperationType,
@@ -548,7 +549,7 @@ function addAppealInfo(data) {
         qcresultDetailMsg: data.qcresultDetailMsg,
         casesEntryMsg: data.qcresultDetailMsg,
         msg: data.msg,
-        value: data.value,
+        value: data.value || data.qcresultDetaiValue,
         remark: data.remark,
     }
     post(api.addAppealInfo, param).then(function (res) {