Commit d32ee0c0 by guanzhenshan

上传成功后刷新页面

parent e7845d33
......@@ -162,6 +162,8 @@
{
alert(result.msg);
}
window.location = window.location;
});
uploadfile('btnUpload_en_inside',
......@@ -175,6 +177,7 @@
{
alert(result.msg);
}
window.location = window.location;
});
uploadfile('btnUpload_en_outside',
'@Url.Content("~/Reports/Finance/UploadEbayIncome")' + '?companyid=' + companyid +'&formattype=2',
......@@ -187,7 +190,8 @@
{
alert(result.msg);
}
});
window.location = window.location;
});
}
}, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment