Browse Source

TBtools-包裹查询页数据缓存

panyong 3 years ago
parent
commit
7aaa721e07
1 changed files with 17 additions and 0 deletions
  1. 17 0
      htmldev/TBTools/src/views/modules/mine/order/order-check-package.vue

+ 17 - 0
htmldev/TBTools/src/views/modules/mine/order/order-check-package.vue

@@ -209,6 +209,23 @@ export default {
       this.$route.meta.isUseCache = false
     }
     if (!this.$route.meta.isUseCache) {
+      this.dataForm = {
+        time: [],
+        productStatus: '',
+        receiverPhone: '',
+        orderNumber: '',
+        productExpressCode: ''
+      }
+      this.dataList = []
+      this.pageIndex = 1
+      this.pageSize = 10
+      this.totalPage = 0
+      this.dataListLoading = false
+      this.dialogVisible = false
+      this.packageCancelParams = {
+        obj: {},
+        index: 0
+      }
       this.getDataList()
     }
   },