Browse Source

修复上报bug

ellisran 1 năm trước cách đây
mục cha
commit
005a92bc1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/public/js/change_information_set.js

+ 1 - 1
app/public/js/change_information_set.js

@@ -2043,7 +2043,7 @@ function checkChangeFrom() {
     if (returnFlag) {
         return false;
     }
-    postData(preUrl + '/audit/start', {}, function (result) {
+    postData(window.location.pathname + '/audit/start', {}, function (result) {
         window.location.reload();
     })
 }