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