Commit b0422a14 by 陈羽

update: update

parent 254b20c2
......@@ -477,7 +477,7 @@ export default {
.then(res => {
if (res.data.errorCode === 0) {
setTimeout(() => {
window.open(window.location.origin + '/gic-web/#/reportList', '_self');
window.open(window.location.origin + '/gic-web/#/reportCenter', '_self');
}, 1000);
} else {
this.$message.error(res.data.message);
......
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