首页生产进度展示
This commit is contained in:
parent
cdca441328
commit
a7e87bd68c
@ -110,7 +110,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
loading: true,
|
||||
queryParams: {},
|
||||
queryParams: {status:'CONFIRMED'},
|
||||
workorderList: [],
|
||||
lineChartData: lineChartData.newVisitis
|
||||
}
|
||||
@ -122,7 +122,7 @@ export default {
|
||||
getList() {
|
||||
this.loading = true;
|
||||
listWorkorder(this.queryParams).then(response => {
|
||||
this.workorderList = response.data;
|
||||
this.workorderList = response.rows;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user