resolver-egretimp-plus 0.0.37 → 0.0.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -67,7 +67,7 @@ export function useBuildInData(messageTipInstance, loadingInstance) {
67
67
  buildInRequest(GET_SYS_PARAM_CACHE, {
68
68
  tenantId
69
69
  }).then(ret => {
70
- if (resultToast(ret.data, messageTipInstance)) {
70
+ if (resultToast(ret.data, messageTipInstance, { noSuccessIip: true })) {
71
71
  selects.value = JSON.parse(ret.data.result || '{}')
72
72
  return
73
73
  }
@@ -35,7 +35,7 @@ getPageConfig({
35
35
  queryPageService: '1',
36
36
  }, (pageConfig) => {
37
37
  // 数据加载完成事件 'loadedConfigCompeted'
38
- attrs.onLoadedConfigCompeted(pageConfig)
38
+ attrs?.onLoadedConfigCompeted?.(pageConfig)
39
39
  })
40
40
  const allSelects = computed(() => {
41
41
  return {