进展率搜索问题

master
xy 2 years ago
parent a4836b9fba
commit a70805f64c

@ -65,8 +65,8 @@
</span> </span>
<Button type="primary" style="margin-left: 10px" ghost <Button type="primary" style="margin-left: 10px" ghost
@click="select = {pageIndex:1,year:'',type:'',department:''}">重置</Button> @click="select = {pageIndex:1,year:'',type:'',department:'',dimension: []}">重置</Button>
<Button type="primary" style="margin-left: 10px" @click="getPlanProgress"></Button> <Button type="primary" style="margin-left: 10px" @click="select.pageIndex = 1,getPlanProgress()"></Button>
</slot> </slot>
</lx-header> </lx-header>
@ -461,7 +461,7 @@
type: this.select.type, type: this.select.type,
plan_department_id: this.select.department, plan_department_id: this.select.department,
top_pid: 1, top_pid: 1,
dimension: this.select.dimension.toString() dimension: this.select?.dimension?.toString()
}) })
for (var m of res.list.data) { for (var m of res.list.data) {
m.pid_info_name = m.pid_info?.name m.pid_info_name = m.pid_info?.name

Loading…
Cancel
Save