Commit b0422a14 by 陈羽

update: update

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