@dt-frames/ui 1.0.41 → 1.0.42

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +1 -1
package/es/index.js CHANGED
@@ -7256,10 +7256,10 @@ function useCurd(curdOpt) {
7256
7256
  curd
7257
7257
  } = curdOpt;
7258
7258
  actType.value = t("EDIT");
7259
- formsVal.value = {};
7259
+ openModal();
7260
+ nextTick(() => formsVal.value = {});
7260
7261
  curd.onQueryById(row[primaryKey]).then((rsp) => {
7261
7262
  formsVal.value = rsp;
7262
- openModal();
7263
7263
  nextTick(() => dispatchResize());
7264
7264
  });
7265
7265
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dt-frames/ui",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "keywords": [
5
5
  "ui",
6
6
  "dt-ui"