Commit 72a37477 by cocomilk2012

update

parent 9ef549fd
Showing with 3 additions and 1 deletions
......@@ -90,7 +90,9 @@ export default class archives extends Vue {
this.$server.EmployeeService.updateBaseInfo(params).then(res => {
if (res == true) {
Toast.success("保存成功");
window.location.href=window.location.href
setTimeout(() => {
window.location.href=window.location.href
}, 500);
} else {
Toast(res.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 sign in to comment