Fixing variable name

parent f01a54dd
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
.catch(error => { .catch(error => {
vm.$message({ vm.$message({
type: 'error', type: 'error',
message: response.data.message message: error.data.message
}); });
}); });
}).catch(() => { }).catch(() => {
......
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