Browse Source

修复上报bug

ellisran 11 months ago
parent
commit
005a92bc1c
1 changed files with 1 additions and 1 deletions
  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();
     })
 }