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.
|
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
|
|
|
453
453
|
common.initAnchor(ViewUI2.Anchor);
|
|
454
454
|
};
|
|
455
455
|
const name = "ocpview-plus";
|
|
456
|
-
const version$2 = "1.1.
|
|
456
|
+
const version$2 = "1.1.8";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -47443,9 +47443,15 @@ const _sfc_main$t = {
|
|
|
47443
47443
|
}
|
|
47444
47444
|
let para = {};
|
|
47445
47445
|
para.searchValue = this.searchValue;
|
|
47446
|
-
para.status =
|
|
47446
|
+
para.status = 1;
|
|
47447
47447
|
para.page_size = 999;
|
|
47448
47448
|
this.userdata = [];
|
|
47449
|
+
para.shopStatus = 1;
|
|
47450
|
+
para.usertype = "01";
|
|
47451
|
+
let portalMkt = this.getPortalMkt();
|
|
47452
|
+
if (portalMkt && portalMkt.shopCode) {
|
|
47453
|
+
para.shopCode = this.getPortalMkt().shopCode;
|
|
47454
|
+
}
|
|
47449
47455
|
let self2 = this;
|
|
47450
47456
|
this.asyncPost(this.OmdUrl.amp, "usercenter.account.search", para, function(data) {
|
|
47451
47457
|
if (data.account) {
|
|
@@ -48340,7 +48346,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48340
48346
|
}, 8, ["modelValue"])
|
|
48341
48347
|
]);
|
|
48342
48348
|
}
|
|
48343
|
-
var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
48349
|
+
var ApprovalBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$q], ["__scopeId", "data-v-4b07090c"]]);
|
|
48344
48350
|
const _sfc_main$s = {
|
|
48345
48351
|
name: "moperlog",
|
|
48346
48352
|
data() {
|