给用户增加接口提示

This commit is contained in:
季圣华
2021-04-25 22:15:38 +08:00
parent b4425b7aec
commit dc7d15c310

View File

@@ -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;