|
@@ -1812,10 +1812,7 @@ export default {
|
|
this.originCanEdit = true;
|
|
this.originCanEdit = true;
|
|
this.seleChn()
|
|
this.seleChn()
|
|
} else {
|
|
} else {
|
|
- this.$message({
|
|
|
|
- message: res.msg,
|
|
|
|
- type: "error"
|
|
|
|
- });
|
|
|
|
|
|
+ this.$toast.fail(res.msg);
|
|
}
|
|
}
|
|
}).catch(err => { this.$toast.clear(); });
|
|
}).catch(err => { this.$toast.clear(); });
|
|
},
|
|
},
|