@@ -230,9 +230,15 @@ export default {
term.value = "";
if (res.data.status == 0) {
tableData.value = res.data.result;
+ } else {
+ ElNotification({
+ type: "error",
+ title: res.data.msg,
+ });
}
function changeVoyageType(s) {
+ term.value = "";
currentPage.value = 1;
currentbtn.value = s;
status.value = s;