@gct-paas/word 0.1.47-beta.1 → 0.1.47-beta.2
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -108648,7 +108648,7 @@ function useFormTmplAndModelInit(controller, options) {
|
|
|
108648
108648
|
if (!meta) return;
|
|
108649
108649
|
if (formTmplConfigController) {
|
|
108650
108650
|
const rawTmplId = meta.tmplId ?? meta.id;
|
|
108651
|
-
const tmplId = rawTmplId?.split(":")[1];
|
|
108651
|
+
const tmplId = rawTmplId?.split(":")[1] ?? rawTmplId;
|
|
108652
108652
|
if (tmplId && tmplId !== lastTmplId) {
|
|
108653
108653
|
lastTmplId = tmplId;
|
|
108654
108654
|
formTmplConfigController.init({
|