antd-management-fast-framework 1.12.69 → 1.12.70

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.
@@ -180,10 +180,6 @@ var BaseAddForm = /*#__PURE__*/function (_DataCore) {
180
180
  submitData: submitData || null
181
181
  });
182
182
  }
183
-
184
- if ((0, _tools.isFunction)(afterSubmitCallback)) {
185
- afterSubmitCallback();
186
- }
187
183
  }
188
184
 
189
185
  that.setState({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.69",
3
+ "version": "1.12.70",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -219,7 +219,7 @@
219
219
  "src/framework",
220
220
  "src/utils"
221
221
  ],
222
- "gitHead": "f9c5f7f076516a7b1a8106f4f2c5eaab1935361d",
222
+ "gitHead": "97b13315e10e1f60ff2ffbfe2dccdb40e198047e",
223
223
  "gitHooks": {
224
224
  "pre-commit": "lint-staged"
225
225
  }