Browse Source

Merge branch 'appeal0121' into test

1178232204@qq.com 3 years ago
parent
commit
48a06af538
1 changed files with 2 additions and 1 deletions
  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) {