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