给用户增加接口提示
This commit is contained in:
@@ -268,7 +268,7 @@
|
|||||||
if(res.code === 200){
|
if(res.code === 200){
|
||||||
that.$emit('ok');
|
that.$emit('ok');
|
||||||
}else{
|
}else{
|
||||||
that.$message.warning(res.message);
|
that.$message.warning(res.data.message);
|
||||||
}
|
}
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
that.confirmLoading = false;
|
that.confirmLoading = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user