Browse Source

去除传值

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

+ 1 - 1
src/js/appealUserPage.js

@@ -46,7 +46,7 @@ $(function () {
     showModal('2');
   });
   $("body").on("click", ".refreshBtn", function () {
-    getRecordDetailUpdate2(1);
+    getRecordDetailUpdate2();
   });
   function showAppealDetailEvent() {
     //申诉状态点击事件

+ 1 - 1
src/js/qcScore.js

@@ -45,7 +45,7 @@ $(function () {
     });
   }
   $("body").on("click", ".refreshBtn", function () {
-    getRecordDetailUpdate2(1);
+    getRecordDetailUpdate2();
   });
   function showAppealDetailEvent() {
     //申诉状态点击事件