| | |
| | | import { PREURL } from "@/config/index"; |
| | | import userClassify from "@/api/configuration/userClassify"; |
| | | import { sysDictData } from "@/api/system/dict"; |
| | | import setPostParams from "../../../utils/searchParams.js"; |
| | | import setPostParams from "@/utils/searchParams.js"; |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | | /** |
| | |
| | | |
| | | //获取用户角色列表 |
| | | const getUserRole = async() =>{ |
| | | await role().search({limit:1000,page:1}).then((res) =>{ |
| | | await role().search({limit:100,page:1}).then((res) =>{ |
| | | roleSelectList.value = res.data.list |
| | | }) |
| | | } |