Commit b8b5c52a authored by 李鹏 's avatar 李鹏

修改提示语

parent a6f0ced0
......@@ -89,7 +89,7 @@ const save = () => {
if (res.data.code == 200) {
ElMessage.success(res.data.msg);
} else {
ElMessage.error(res.data.data);
ElMessage.error(res.data.msg);
}
});
}
......
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