前台-申购车-搜索功能
This commit is contained in:
parent
70fb082506
commit
f3e32e9698
|
@ -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(
|
||||
// '根据部门查询=============>',
|
||||
|
|
Loading…
Reference in New Issue