szld-libs 0.2.84 → 0.2.85

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.
@@ -32,10 +32,6 @@ const handleSubmitForm = (originalData, allValues) => {
32
32
  let uploadedFiles = [];
33
33
  const processAttrList = (attrList, item) => {
34
34
  var _a;
35
- if (!(item == null ? void 0 : item.json)) {
36
- message.error("item?.json不能为空,请使用handleAttrList方法处理初始化渲染表单数据");
37
- return;
38
- }
39
35
  try {
40
36
  if ((_a = item == null ? void 0 : item.json) == null ? void 0 : _a["properties-multiple"]) {
41
37
  const attrValue = allValues[item.attrid];
@@ -34,10 +34,6 @@ const handleSubmitForm = (originalData, allValues) => {
34
34
  let uploadedFiles = [];
35
35
  const processAttrList = (attrList, item) => {
36
36
  var _a;
37
- if (!(item == null ? void 0 : item.json)) {
38
- antd.message.error("item?.json不能为空,请使用handleAttrList方法处理初始化渲染表单数据");
39
- return;
40
- }
41
37
  try {
42
38
  if ((_a = item == null ? void 0 : item.json) == null ? void 0 : _a["properties-multiple"]) {
43
39
  const attrValue = allValues[item.attrid];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.2.84",
4
+ "version": "0.2.85",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",