@witlink/usercenter 1.2.87 → 1.2.88
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/dist/usercenter.es.js +3 -3
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
|
@@ -38862,7 +38862,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
38862
38862
|
value: formState.refCodeSuffix,
|
|
38863
38863
|
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => formState.refCodeSuffix = $event),
|
|
38864
38864
|
placeholder: _ctx.$t("uc_common.plsEnter"),
|
|
38865
|
-
maxlength:
|
|
38865
|
+
maxlength: 3,
|
|
38866
38866
|
autocomplete: "off"
|
|
38867
38867
|
}, null, 8, ["value", "placeholder"])
|
|
38868
38868
|
]),
|
|
@@ -39153,7 +39153,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
39153
39153
|
value: formState.refCodeSuffix,
|
|
39154
39154
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.refCodeSuffix = $event),
|
|
39155
39155
|
placeholder: _ctx.$t("uc_common.plsEnter"),
|
|
39156
|
-
maxlength:
|
|
39156
|
+
maxlength: 3,
|
|
39157
39157
|
autocomplete: "off",
|
|
39158
39158
|
disabled: form.type == "0" && params.opType == "2"
|
|
39159
39159
|
}, null, 8, ["value", "placeholder", "disabled"])
|
|
@@ -42032,7 +42032,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
42032
42032
|
roleId.value = result.roleId;
|
|
42033
42033
|
form.value = {
|
|
42034
42034
|
...result,
|
|
42035
|
-
mobile:
|
|
42035
|
+
mobile: result.mobile || "",
|
|
42036
42036
|
roleId: result.roleId,
|
|
42037
42037
|
roleIdOthers: result.roleIdOthers ? result.roleIdOthers.split(",").map((item) => Number(item)) : [],
|
|
42038
42038
|
branchId: result.branchId
|