ocpview-plus 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -564,9 +564,15 @@ export default {
|
|
|
564
564
|
}
|
|
565
565
|
let para = {};
|
|
566
566
|
para.searchValue = this.searchValue;
|
|
567
|
-
para.status=
|
|
567
|
+
para.status= 1;
|
|
568
568
|
para.page_size = 999;
|
|
569
569
|
this.userdata = [];
|
|
570
|
+
para.shopStatus = 1;
|
|
571
|
+
para.usertype = '01';
|
|
572
|
+
let portalMkt = this.getPortalMkt();
|
|
573
|
+
if(portalMkt && portalMkt.shopCode) {
|
|
574
|
+
para.shopCode = this.getPortalMkt().shopCode;
|
|
575
|
+
}
|
|
570
576
|
let self = this;
|
|
571
577
|
this.asyncPost(this.OmdUrl.amp, 'usercenter.account.search', para, function (data) {
|
|
572
578
|
if (data.account) {
|