Explorar el Código

Merge branch 'master' of http://git.huihenduo.com.cn:3000/wzh/JiangYunPhotosCargoOwner_WebApp into wuchan

wzh hace 3 años
padre
commit
d0261baaf7
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

@@ -614,7 +614,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;
@@ -626,7 +625,6 @@ async function getVoyageList() {
   }
 }
 function changeVoyageType(s) {
-  term.value = "";
   currentPage.value = 1;
   status.value = s;
   getVoyageList();