main
sunshine 2 years ago
parent 48c7103996
commit a4f21f07c9

@ -107,7 +107,8 @@ const show = ref(false)
const current = ref(0)
const change = (index)=>{
current.value = index.index
queryParams.groupType = menuList[current.value].value
queryParams.value.groupType = menuList.value[current.value].value
getOrgWorkerList()
}
const orgWorkerList = ref([])

Loading…
Cancel
Save