瀏覽代碼

申诉删改添加缺陷字段

1178232204@qq.com 3 年之前
父節點
當前提交
68668021e9
共有 1 個文件被更改,包括 4 次插入2 次删除
  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("查看");