Commit dc7d15c3 authored by 季圣华's avatar 季圣华
Browse files

给用户增加接口提示

parent b4425b7a
......@@ -268,7 +268,7 @@
if(res.code === 200){
that.$emit('ok');
}else{
that.$message.warning(res.message);
that.$message.warning(res.data.message);
}
}).finally(() => {
that.confirmLoading = false;
......
Supports Markdown
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