|
@@ -248,7 +248,7 @@ export default {
|
|
uid: this.$store.state.userInfo.userid,
|
|
uid: this.$store.state.userInfo.userid,
|
|
file: JSON.stringify(val),
|
|
file: JSON.stringify(val),
|
|
})
|
|
})
|
|
- .then((res) => {
|
|
|
|
|
|
+ .then((res) => {
|
|
if (res.data == 1) {
|
|
if (res.data == 1) {
|
|
this.$message.success("上传成功");
|
|
this.$message.success("上传成功");
|
|
} else {
|
|
} else {
|