@ -196,7 +196,7 @@ export default {
},
// 获取吹哨部门列表
getWhistleDeptList () {
return this.$http.get('/sys/dept/list').then(({ data: res }) => {
return this.$http.get('/sys/dept/whistleDeptList').then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}