bt-core-app 2.0.177 → 2.0.179
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/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -13742,7 +13742,7 @@ function yD(e, t, a) {
|
|
|
13742
13742
|
fe == "view" ? await we() : fe == "edit" ? await ce() : await N();
|
|
13743
13743
|
}
|
|
13744
13744
|
if (te != null) {
|
|
13745
|
-
let Ae = { data: te }, tt = e.onGetSuccessAsync != null ? await e.onGetSuccessAsync(Ae) : Ae;
|
|
13745
|
+
let Ae = { data: te }, tt = e.onGetSuccessAsync != null ? await e.onGetSuccessAsync(Ae, { refresh: (X == null ? void 0 : X.deepRefresh) ?? !1 }) : Ae;
|
|
13746
13746
|
y.value = (tt == null ? void 0 : tt.data) ?? void 0;
|
|
13747
13747
|
} else {
|
|
13748
13748
|
if (e.additionalUrl == null && e.nav == null) {
|
package/package.json
CHANGED