添加了一个输出

This commit is contained in:
luyuan 2020-09-05 12:18:05 +08:00
parent 23916ea7fa
commit 0f85f77520
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -47,6 +47,7 @@ export default {
this.$u.api.reportdetail({
id: id
}).then(res => {
console.log(res)
if (res.errCode != 0) {
this.$refs.uToast.show({
title: res.message,