@witlink/usercenter 1.2.38 → 1.2.39

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.
@@ -4223,12 +4223,10 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
4223
4223
  }
4224
4224
  };
4225
4225
  const changeVisible = () => {
4226
- isopen.value = false;
4227
4226
  emit("click");
4228
4227
  };
4229
4228
  const focus = () => {
4230
4229
  acascaderRef.value && acascaderRef.value.focus();
4231
- isopen.value = true;
4232
4230
  };
4233
4231
  const autofocus = () => {
4234
4232
  focusFlag.value = true;
@@ -4314,7 +4312,6 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
4314
4312
  key: 0,
4315
4313
  ref_key: "acascaderRef",
4316
4314
  ref: acascaderRef,
4317
- open: isopen.value,
4318
4315
  options: options.value,
4319
4316
  loadData,
4320
4317
  showSearch: true,
@@ -4332,7 +4329,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
4332
4329
  onChange,
4333
4330
  onFocus: _cache[1] || (_cache[1] = () => isopen.value = true),
4334
4331
  onBlur: _cache[2] || (_cache[2] = () => isopen.value = false)
4335
- }, null, 8, ["open", "options", "value", "style", "placeholder", "disabled"])) : createCommentVNode("v-if", true),
4332
+ }, null, 8, ["options", "value", "style", "placeholder", "disabled"])) : createCommentVNode("v-if", true),
4336
4333
  __props.kind == "text" ? (openBlock(), createElementBlock("span", _hoisted_1$t, toDisplayString(getLabel(__props.value)), 1)) : createCommentVNode("v-if", true)
4337
4334
  ]);
4338
4335
  };