Commit b76c753a authored by 刘帅's avatar 刘帅

1.优化

parent 75012169
...@@ -752,7 +752,7 @@ export default { ...@@ -752,7 +752,7 @@ export default {
}); });
}, },
getCarList() { getCarList() {
listCar({ pageNum: 1, pageSize: 99 }).then(res=>{ listCar({ pageNum: 1, pageSize: 9999 }).then(res=>{
this.carList = res.rows this.carList = res.rows
}) })
}, },
......
...@@ -417,7 +417,7 @@ export default { ...@@ -417,7 +417,7 @@ export default {
}, },
/** 查询人员-人员列表 */ /** 查询人员-人员列表 */
getMaintainUserList() { getMaintainUserList() {
listUser({ type: 1, pageNum: 1, pageSize: 1000 }).then(response => { listUser({ pageNum: 1, pageSize: 1000 }).then(response => {
this.maintainUserList = response.rows; this.maintainUserList = response.rows;
}); });
}, },
......
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