|
@@ -3194,10 +3194,10 @@
|
|
res => {
|
|
res => {
|
|
if (res.code == "ok") {
|
|
if (res.code == "ok") {
|
|
if(res.data.length == 0){
|
|
if(res.data.length == 0){
|
|
- this.$message({
|
|
|
|
- message: '请联系管理员设置负责部门',
|
|
|
|
- type: 'error'
|
|
|
|
- })
|
|
|
|
|
|
+ // this.$message({
|
|
|
|
+ // message: '请联系管理员设置负责部门',
|
|
|
|
+ // type: 'error'
|
|
|
|
+ // })
|
|
return
|
|
return
|
|
}
|
|
}
|
|
this.departmentList = JSON.parse(JSON.stringify(res.data))
|
|
this.departmentList = JSON.parse(JSON.stringify(res.data))
|