瀏覽代碼

传参修改

1178232204@qq.com 3 年之前
父節點
當前提交
2ab15dbd79
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1 1
      src/css/appealExamine.less
  2. 3 1
      src/js/appealUserPage.js

+ 1 - 1
src/css/appealExamine.less

@@ -34,7 +34,7 @@ h2 {
     font-size: 16px;
     font-weight: bold;
     position: relative;
-    padding-top: 15px;
+    padding-left: 15px;
   }
   .title::after {
     content: "";

+ 3 - 1
src/js/appealUserPage.js

@@ -45,7 +45,8 @@ $(function () {
   function showAppealDetailEvent() {
     //申诉状态点击事件
     $(".flaw-item").off("click").on("click", ".title .btn", function () {
-      showModal("1", $(this).attr("data_id"), $(this).attr("data_type"), $(this).attr("casesEntryId"),$(this).attr("qcresultDetailId"));
+      showModal("1", $(this).attr("data_id"), $(this).attr("data_type"), $(this).attr("data_casesEntryId"),$(this).attr("data_qcresultDetailId"));
+      console.log($(this).attr("qcresultDetailId"));
     });
   }
 
@@ -522,6 +523,7 @@ $(function () {
       $("#delModal .modal-box").css("margin-top", '-245px');
       //0申诉1驳回2审核
       //新增项模板
+      console.log(qcresultDetailId);
       getAppealDetail(code, i,id,qcresultDetailId);
     } else if (flag === '2') {   //新增
       $("#delModal .title").text("申诉新增");