@@ -82,7 +82,7 @@
contentType: "application/json",
success: function (res) {
if (res.status === 0) {
- window.location.href = res.data.activeState === 0 ? './official.html' : './officialOverdue.html'
+ window.location.href = res.data.activeState === 0 ? './official.html?urlNo=' + urlNo : './officialOverdue.html'
} else {
toastr.error(res.msg);
}