|
@@ -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();
|
|
|
})
|
|
|
}
|