Commit 0b7a3fb4 authored by huyf's avatar huyf

部门业绩

parent 616499bf
......@@ -44,7 +44,7 @@ export function getDeptTarget(id) {
// 获得部门业绩目标设置分页
export function getDeptTargetPage(query) {
return request({
url: '/sale/dept-target/page',
url: '/sale/dept-target/statistics/page',
method: 'get',
params: query
})
......
......@@ -207,8 +207,8 @@ export default {
setTime(item){
this.targetPeriod.forEach((i,index)=>{
if(i.name===item){
this.form.startDate = i.startDate;
this.form.endDate = i.endDate;
this.form.startTime = i.startDate;
this.form.endTime = i.endDate;
}
})
},
......
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 to comment