Commit 9ef549fd by cocomilk2012

update

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