@ -41,7 +41,7 @@ Page({
itemC.children.forEach(itemK=>{
if(itemK.children){
itemK.children.forEach(itemH=>{
smallGrid.push({label:itemH.label,value:itemK.value,pid:itemK.value,type:'smallGrid'})
smallGrid.push({label:itemH.label,value:itemH.value,pid:itemK.value,type:'smallGrid'})
})
}
@ -31,7 +31,7 @@ function getByLoginUser () {
//街道tree
function getDeptTree () {
return fly.get(`admin/sys/gridstyle/getListByDeptId?deptId=1202767822075551745`)
return fly.get(`admin/dept/getAllDeptTree`)
//带有微网格
// return fly.get(`sys/dept/party/getDeptTree`)