@witlink/usercenter 1.2.83 → 1.2.85

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.
@@ -39193,8 +39193,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
39193
39193
  "onUpdate:value": _cache[3] || (_cache[3] = ($event) => formState.refCodeSuffix = $event),
39194
39194
  placeholder: _ctx.$t("uc_common.plsEnter"),
39195
39195
  maxlength: 4,
39196
- autocomplete: "off"
39197
- }, null, 8, ["value", "placeholder"])
39196
+ autocomplete: "off",
39197
+ disabled: form.type == "0" && params.opType == "2"
39198
+ }, null, 8, ["value", "placeholder", "disabled"])
39198
39199
  ]),
39199
39200
  _: 1
39200
39201
  })) : (openBlock(), createBlock(_component_a_input, {
@@ -39790,6 +39791,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
39790
39791
  const onSubmit = async (actionType, form) => {
39791
39792
  if (actionType === "update") {
39792
39793
  activeEditRow.value.name = form.name;
39794
+ activeEditRow.value.refCode = form.refCode;
39793
39795
  tableRef.value.updateStatus(activeEditRow.value);
39794
39796
  }
39795
39797
  if (actionType === "add") {