|
|
@@ -206,7 +206,6 @@ export default {
|
|
|
if (res.data.status == 0) {
|
|
|
tableData.value = res.data.result;
|
|
|
} else {
|
|
|
- tableData.value = [];
|
|
|
ElNotification({
|
|
|
type: "error",
|
|
|
title: res.data.msg,
|
|
|
@@ -214,7 +213,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
function changeVoyageType(s) {
|
|
|
+ tableData.value = [];
|
|
|
term.value = "";
|
|
|
+ currentPage.value = 1;
|
|
|
currentbtn.value = s == 1;
|
|
|
status.value = s;
|
|
|
getVoyageList();
|