|
|
@@ -143,7 +143,7 @@ const searchClick=()=>{
|
|
|
}
|
|
|
const getTableData=()=>{
|
|
|
apisystemdzbcCarlist({
|
|
|
- carNum:carNum.value,
|
|
|
+
|
|
|
pageSize:10,
|
|
|
pageNum:pageNum.value
|
|
|
}).then(res=>{
|
|
|
@@ -188,7 +188,7 @@ let sijiList=ref([])
|
|
|
onMounted(()=>{
|
|
|
|
|
|
apisystemuserlist({
|
|
|
- roleId:'1763484881548447746',
|
|
|
+ 'params[roleNames]':'定制班车-司机',
|
|
|
pageNum:1
|
|
|
}).then(res=>{
|
|
|
if(res.code==200){
|