1178232204@qq.com hace 3 años
padre
commit
29fb261a2f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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() {
     //申诉状态点击事件