Commit a5b2696c by lishengfu

Merge branch 'master' of gitlab.corp.qinqinxiaobao.com:frontend_vue/qqxb-self-service

parents 3caceda0 b0555ade
......@@ -2,7 +2,7 @@
<div>
<van-picker
show-toolbar
title="标题"
title=""
:loading="loading"
:columns="columns"
@confirm="onConfirm"
......
......@@ -55,6 +55,8 @@ export default class workInfo extends Vue {
idNo: this.$route.query.id_no
};
this.$server.EmployeeService.getDispatchInfo(params).then(res => {
console.log('get base info ',res);
this.query=res
this.obj = this.sortKey(res.workData, "res.workData.workStartDate")[0];
});
......
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