@@ -206,6 +206,12 @@ async function addCargo() {
resetForm();
getCargoList();
} else {
+ ElNotification({
+ title: "失败",
+ duration: 1500,
+ message: res.data.msg,
+ type: "error",
+ });
console.log(res);
}