@witlink/usercenter 1.2.56 → 1.2.58

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.
@@ -37989,7 +37989,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
37989
37989
  userName: "",
37990
37990
  userCode: "",
37991
37991
  branchId: [],
37992
- roleId: []
37992
+ roleId: [],
37993
+ userStatus: void 0
37993
37994
  });
37994
37995
  const editParams = reactive({});
37995
37996
  const tableRef = ref();
@@ -38179,6 +38180,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
38179
38180
  queryParam.userName = "";
38180
38181
  queryParam.userCode = "";
38181
38182
  queryParam.roleId = [];
38183
+ queryParam.userStatus = void 0;
38182
38184
  handleSearchTable();
38183
38185
  };
38184
38186
  return (_ctx, _cache) => {
@@ -39927,7 +39929,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
39927
39929
  const _component_a_upload = Upload;
39928
39930
  const _component_a_modal = Modal$1;
39929
39931
  return openBlock(), createBlock(_component_a_modal, {
39930
- title: _ctx.$t("uc_personal_center.title400"),
39932
+ title: _ctx.$t("uc_profile.changeAvatar"),
39931
39933
  open: visible.value,
39932
39934
  "onUpdate:open": _cache[2] || (_cache[2] = ($event) => visible.value = $event),
39933
39935
  maskClosable: false,