Prechádzať zdrojové kódy

更新 搜索条件筛选保留

wzh 3 rokov pred
rodič
commit
aca2cfa8e4
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      src/views/voyage/voyageList.vue

+ 0 - 2
src/views/voyage/voyageList.vue

@@ -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();