diff --git a/front/src/views/personalCenter/components/PurchaseVehicle.vue b/front/src/views/personalCenter/components/PurchaseVehicle.vue index 52f51791..fc707d66 100644 --- a/front/src/views/personalCenter/components/PurchaseVehicle.vue +++ b/front/src/views/personalCenter/components/PurchaseVehicle.vue @@ -468,6 +468,7 @@ } // 获取信息 const getList = (type, index) => { + console.log(type, index) if (type == 'init') { pageNum.value = 1 pageSize.value = 99999 @@ -535,11 +536,13 @@ } // 通过deptid查询列表 const getListByDeptId = (item) => { + console.log(item, 'item') if (item.children.length == 0) { selectResourceListByDept({ pageNum: item.pageNum, pageSize: item.pageSize, deptId: item.deptId, + name: name.value, }).then((res) => { // console.log( // '根据部门查询=============>',