qidian-vue-ui 1.0.94 → 1.0.95

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.
@@ -12760,8 +12760,8 @@ const QdConfigProvider = defineComponent({
12760
12760
  watchEffect(async () => {
12761
12761
  const localeMap = {
12762
12762
  "zh-CN": () => Promise.resolve().then(() => zhCN$1),
12763
- "zh-TW": () => import("./zh-TW-D2a6nw90.mjs"),
12764
- "en-US": () => import("./en-US-DUXzmHl2.mjs")
12763
+ "zh-TW": () => import("./zh-TW-LiWc27ue.mjs"),
12764
+ "en-US": () => import("./en-US-DPyo6heP.mjs")
12765
12765
  };
12766
12766
  const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
12767
12767
  const [err, res] = await to(
@@ -18619,9 +18619,10 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
18619
18619
  function handleSearch() {
18620
18620
  searchMode = "changeCurrent";
18621
18621
  }
18622
- function handleResetSearch() {
18622
+ async function handleResetSearch() {
18623
18623
  searchMode = "changeCurrent";
18624
18624
  searchRef.value?.reset();
18625
+ await nextTick();
18625
18626
  searchRef.value?.submit();
18626
18627
  }
18627
18628
  function triggerSearch({
@@ -19095,7 +19096,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
19095
19096
  };
19096
19097
  }
19097
19098
  });
19098
- const table = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-0c80b92a"]]);
19099
+ const table = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-94011095"]]);
19099
19100
  const _hoisted_1$2 = {
19100
19101
  key: 0,
19101
19102
  class: "qd-crud-list__header"
@@ -19200,8 +19201,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
19200
19201
  const listRef = useTemplateRef("list");
19201
19202
  function handleSearch() {
19202
19203
  }
19203
- function handleResetSearch() {
19204
+ async function handleResetSearch() {
19204
19205
  searchRef.value?.reset();
19206
+ await nextTick();
19205
19207
  searchRef.value?.submit();
19206
19208
  }
19207
19209
  function triggerSearch({
@@ -19276,7 +19278,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
19276
19278
  };
19277
19279
  }
19278
19280
  });
19279
- const list = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-2fd63a2a"]]);
19281
+ const list = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-66a035f0"]]);
19280
19282
  function defineQdCrudTable(config) {
19281
19283
  return config;
19282
19284
  }
@@ -55379,4 +55381,4 @@ export {
55379
55381
  _sfc_main$a as y,
55380
55382
  QdFormItem as z
55381
55383
  };
55382
- //# sourceMappingURL=index-D_PYGHES.mjs.map
55384
+ //# sourceMappingURL=index-aiqgTd8M.mjs.map