Browse Source

删改添加字段

1178232204@qq.com 3 years ago
parent
commit
ff87864717
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/js/appealUserPage.js

+ 4 - 2
src/js/appealUserPage.js

@@ -585,8 +585,10 @@ $(function () {
           casesEntryId: info.casesEntryId,
           isReject: info.isReject,
           qcresultDetaiValue: info.score,
-          qcresultDetailMsg: info.msg,
-          defectContent: defectContent
+          qcresultDetailMsg: info.standardMsg,
+          defectContent: defectContent,
+          casesEntryMsg:info.msg,
+          value: info.score,
         };
         appealItem(obj);
       });