|
|
@@ -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 () {
|