@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.
- package/es/index.js +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
|
-
|
|
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
|
}
|