|
|
|
|
@ -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([])
|
|
|
|
|
|