@@ -23,10 +23,7 @@ export default {
this.param.content.sa_orderid = this.sa_orderid
const res = await this.$api.requested(this.param)
if (res.code == 0){
- this.$notify.error({
- title: res.data,
- message: res.msg
- });
+ this.$message.error(res.msg);
}else {
this.copyPath(res.data)
}