@kengic/core.react 0.0.1-beta.5 → 0.0.1-beta.6
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/kengic-core.react.js +3 -1
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -47203,7 +47203,9 @@ function yj(e = "") {
|
|
|
47203
47203
|
Cs.dispatch(Bre({ id: e }));
|
|
47204
47204
|
},
|
|
47205
47205
|
set(t) {
|
|
47206
|
-
FS(`${e} | doKgWorkStation | set() | 进入`), this.onMount(async () => (FS(`${e} | doKgWorkStation | set() | 派发 set 动作`),
|
|
47206
|
+
FS(`${e} | doKgWorkStation | set() | 进入`), this.onMount(async () => (FS(`${e} | doKgWorkStation | set() | 派发 set 动作`), setTimeout(() => {
|
|
47207
|
+
Cs.dispatch(zre({ fn: t, id: e }));
|
|
47208
|
+
}), !1), !0);
|
|
47207
47209
|
},
|
|
47208
47210
|
store: Cs,
|
|
47209
47211
|
subscribe(t) {
|