|
|
@@ -404,7 +404,6 @@ async function getVoyageList() {
|
|
|
currentPage: currentPage.value,
|
|
|
size: 10,
|
|
|
});
|
|
|
- term.value = "";
|
|
|
if (res.data.status == 0) {
|
|
|
tableData.value = res.data.result;
|
|
|
total.value = res.data.total;
|
|
|
@@ -416,7 +415,6 @@ async function getVoyageList() {
|
|
|
}
|
|
|
}
|
|
|
function changeVoyageType(s) {
|
|
|
- term.value = "";
|
|
|
currentPage.value = 1;
|
|
|
status.value = s;
|
|
|
getVoyageList();
|