szld-libs 0.3.79 → 0.3.80

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.
@@ -599,7 +599,6 @@ function useDynamicForm(props) {
599
599
  }
600
600
  case "range-picker":
601
601
  return /* @__PURE__ */ jsx(Calendar, { type: "range", children: (val, actions) => {
602
- form.setFieldValue(item.attrid, val);
603
602
  return /* @__PURE__ */ jsx(
604
603
  Cell,
605
604
  {
@@ -613,7 +612,6 @@ function useDynamicForm(props) {
613
612
  } });
614
613
  case "multiple-date-picker":
615
614
  return /* @__PURE__ */ jsx(Calendar, { type: "multiple", children: (val, actions) => {
616
- form.setFieldValue(item.attrid, val);
617
615
  return /* @__PURE__ */ jsx(
618
616
  Cell,
619
617
  {
@@ -600,7 +600,6 @@ function useDynamicForm(props) {
600
600
  }
601
601
  case "range-picker":
602
602
  return /* @__PURE__ */ jsxRuntime.jsx(reactVant.Calendar, { type: "range", children: (val, actions) => {
603
- form.setFieldValue(item.attrid, val);
604
603
  return /* @__PURE__ */ jsxRuntime.jsx(
605
604
  reactVant.Cell,
606
605
  {
@@ -614,7 +613,6 @@ function useDynamicForm(props) {
614
613
  } });
615
614
  case "multiple-date-picker":
616
615
  return /* @__PURE__ */ jsxRuntime.jsx(reactVant.Calendar, { type: "multiple", children: (val, actions) => {
617
- form.setFieldValue(item.attrid, val);
618
616
  return /* @__PURE__ */ jsxRuntime.jsx(
619
617
  reactVant.Cell,
620
618
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.79",
4
+ "version": "0.3.80",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",