@ecoding/components.antd 0.3.15 → 0.3.16

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.
@@ -113,7 +113,6 @@ const AsyncSlect = memo((props) => {
113
113
  const res = searchIface.format2 ? jsonFormatNewKey2(resOrigin, searchIface.format2) : searchIface.format ? jsonFormatNewKey(resOrigin, searchIface.format) : resOrigin;
114
114
  setOptions(res);
115
115
  }
116
- return Promise.reject("没有searchIface");
117
116
  });
118
117
  timeout = setTimeout(innerEx, 300);
119
118
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -43,5 +43,5 @@
43
43
  "antd": "^5.8.4",
44
44
  "axios": "^1.1.2"
45
45
  },
46
- "gitHead": "9e240317e347a7143fcbffd27d9dca40c4f829b6"
46
+ "gitHead": "238b4ca0487a9c8f52c4499b2aabd442fb2c63dc"
47
47
  }