Browse Source

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

wzh 3 years ago
parent
commit
d0261baaf7
1 changed files with 0 additions and 2 deletions
  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();