前台-申购车-搜索功能

This commit is contained in:
gaoyuanwei 2022-07-20 10:53:02 +08:00
parent 70fb082506
commit f3e32e9698
1 changed files with 3 additions and 0 deletions

View File

@ -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(
// '=============>',