提示信息处理

This commit is contained in:
zhaoxiao
2021-09-29 17:15:39 +08:00
parent c5c7f56540
commit 6a69b17709
8 changed files with 9 additions and 9 deletions
@@ -277,7 +277,7 @@ export default {
this.treeDepartData.push(temp)
}
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -343,7 +343,7 @@ export default {
if (res.success) {
this.userList = res.result
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},