Browse Source

隐藏/非隐藏切换的时候,清空筛选项

cxmo 1 năm trước cách đây
mục cha
commit
c15ff92d5d
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/views/custom_manage/overseasList/overseasCustomList.vue

+ 10 - 0
src/views/custom_manage/overseasList/overseasCustomList.vue

@@ -253,6 +253,16 @@ export default {
     },
     watch:{
         pageSelect(newval){
+            //清空筛选项
+            this.tableParams={
+                Keywords:'',
+                SortField:'ViewTotal',
+                SortDesc:1,
+                SellerId:'',
+                CompanyStatus:'全部',
+                tagStatusSelect:'全部',
+                tryStatusSelect:0,
+            }
             this.handlePageChange(1)
         }
     },