Explorar el Código

更新 搜索条件筛选保留

wzh hace 3 años
padre
commit
aca2cfa8e4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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();