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