Browse Source

申诉删改添加缺陷字段

1178232204@qq.com 3 năm trước cách đây
mục cha
commit
68668021e9
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      src/js/appealUserPage.js

+ 4 - 2
src/js/appealUserPage.js

@@ -536,6 +536,7 @@ $(function () {
         if ($(".edit-box .warning").is(":visible")) {
           return;
         }
+        console.log(info);
         const obj = {
           appealExplain: $("#delModal #qcInfo").val(),
           appealOperationType: info.appealOperationType ? info.appealOperationType : 0,
@@ -549,9 +550,10 @@ $(function () {
           casesEntryId: info.casesEntryId,
           casesId: info.casesId,
           isReject: info.isReject,
-          qcresultDetaiValue: info.score
+          qcresultDetaiValue: info.score,
+          qcresultDetailMsg:info.standardMsg
         };
-        appealItem(obj);
+        // appealItem(obj);
       });
     } else if (flag === '1') {   //查看
       $("#delModal .title").text("查看");