Commit 0e4beb4c authored by 沈翠玲's avatar 沈翠玲

问题清单

parent 3ba1fe2f
...@@ -707,9 +707,7 @@ export default { ...@@ -707,9 +707,7 @@ export default {
delete params.scheduleEndDate delete params.scheduleEndDate
const response = await getListData(params) const response = await getListData(params)
this.maintenanceList = response.rows; this.maintenanceList = response.rows;
this.maintenanceList.forEach(s=>{
s.quantityWait = (s.quantity-s.quantityQualify)|0;
})
this.total = response.total; this.total = response.total;
this.loading = false; this.loading = false;
}, },
......
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