Commit b0555ade by cocomilk2012

uptea

parent bf3f4d47
......@@ -2,7 +2,7 @@
<div>
<van-picker
show-toolbar
title="标题"
title=""
:loading="loading"
:columns="columns"
@confirm="onConfirm"
......
......@@ -373,8 +373,6 @@ export default class personInfo extends Vue {
};
this.$server.EmployeeService.savePersonInfo(params)
.then(res => {
console.log(res);
Toast.success("保存成功");
this.show = false;
})
......
......@@ -7,7 +7,7 @@
<div class="box">
<div class="item">
<span>派遣公司</span>
<label>{{query.sp_full_name}}</label>
<label>{{query.spFullName}}</label>
</div>
<div class="item">
<span>用工单位</span>
......@@ -15,7 +15,7 @@
</div>
<div class="item">
<span>工作地点</span>
<label>{{query.work_address}}</label>
<label>{{query.workAddress}}</label>
</div>
<div class="item">
<span>工作职位</span>
......@@ -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