@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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. 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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/word",
3
- "version": "0.1.47-beta.1",
3
+ "version": "0.1.47-beta.2",
4
4
  "description": "GCT 在线 word",
5
5
  "keywords": [
6
6
  "vue",