提交 2efd1be0 编写于 作者: 江南一点雨

Update HrInfo.vue

上级 4eb1e1be
......@@ -37,8 +37,7 @@
name: "HrInfo",
data() {
return {
hr: null,
dialogVisible: false
hr: null
}
},
mounted() {
......@@ -49,7 +48,6 @@
this.getRequest('/hr/info').then(resp => {
if (resp) {
this.hr = resp;
this.hr2 = Object.assign({}, this.hr);
}
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册