Compare commits

...

2 Commits

Author SHA1 Message Date
tangyi daa99dd098 Merge branch 'master' of http://git.scdxtc.com/tangyi/rzcs 2022-01-25 18:41:36 +08:00
tangyi 88d103adf2 首次提交 2022-01-25 18:41:23 +08:00
1 changed files with 6 additions and 1 deletions

View File

@ -591,7 +591,12 @@ export default {
'Content-Type': 'multipart/form-data'
}
}).then(function(res) {
console.log(res);
ElMessage({
type: "错误",
message:res.data.msg,
});
});