Browse Source

Merge branch 'master' into release-20170915

shenjj 7 years ago
parent
commit
328e630ad5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pages/mobile/user/index.vue

+ 5 - 0
pages/mobile/user/index.vue

@@ -530,6 +530,11 @@
       },
       searchSeek: function () {
         this.isChange = true
+        if (this.activeType === 'provider') {
+          this.GetEnterpriseListData.splice(0, this.GetEnterpriseListData.length)
+          this.GetEnterpriseListData = null
+          this.GetEnterpriseListData = []
+        }
         this.reloadData()
       },
       reloadData: function () {