Commit 7b13bfd1 by liuchenxi

update: 标签

parent e44e30c2
......@@ -246,7 +246,7 @@ export default {
this.startAnimation(e)
return;
}
this.$message.error(result)
errMsg.errorMsg(res.data);
}).catch(error => {
this.$message.error({
duration: 1000,
......@@ -265,8 +265,13 @@ export default {
this.getValueData();
return;
}
this.$message.error(result)
})
errMsg.errorMsg(res.data);
}).catch(error => {
this.$message.error({
duration: 1000,
message: error.message
});
});
},
startAnimation(e) {
this.animationPos = {
......
......@@ -79,7 +79,7 @@ export default {
<style lang="scss" scoped>
.list {
position: relative;
margin-top: 18px;
margin-top: 22px;
overflow: hidden;
&:last-child {
border-bottom: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment