szld-libs 0.4.29 → 0.4.31

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.
@@ -2,7 +2,7 @@ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
2
2
  import { handleSelectOptions, findRowByValue } from "../../DynamicForm/func";
3
3
  import { Toast, Field, Popup, Checkbox, Picker } from "react-vant";
4
4
  import { useState, useEffect } from "react";
5
- import { message, Flex } from "antd";
5
+ import { Flex } from "antd";
6
6
  import { handleGetList, handleGetControlPanelConfig } from "../../../utils/szxkFunc";
7
7
  const checkboxGroup = "index-module_checkbox-group_4684b";
8
8
  const checkboxGroupHeader = "index-module_checkbox-group-header_192bd";
@@ -76,7 +76,6 @@ const MySelect = ({
76
76
  value: value2
77
77
  };
78
78
  });
79
- message.success(JSON.stringify(options2));
80
79
  setOptions(options2);
81
80
  setInstanceList(list2);
82
81
  }
@@ -77,7 +77,6 @@ const MySelect = ({
77
77
  value: value2
78
78
  };
79
79
  });
80
- antd.message.success(JSON.stringify(options2));
81
80
  setOptions(options2);
82
81
  setInstanceList(list2);
83
82
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.4.29",
4
+ "version": "0.4.31",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -23,7 +23,7 @@
23
23
  "react-router-dom": "^6.6.1",
24
24
  "react-vant": "^3.3.5",
25
25
  "react-window": "^1.8.9",
26
- "szld-libs": "^0.3.54"
26
+ "szld-libs": "^0.4.29"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/crypto-js": "^4.2.1",