Merge branch 'dev'
Showing
26 changed files
with
77 additions
and
25 deletions
-
Please register or sign in to post a comment
... | ... | @@ -182,6 +182,8 @@ |
message: '添加成功', | ||
type: 'success' | ||
}) | ||
} else { | ||
that.$message.error(res.message); | ||
} | ||
}).catch(() => { | ||
that.loading = false | ||
... | ... |