resolver-egretimp-plus 0.0.36 → 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.36",
3
+ "version": "0.0.38",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -193,6 +193,7 @@ const Tabs = defineComponent({
193
193
  return (
194
194
  <div
195
195
  class={[
196
+ 'resolver-tabs',
196
197
  ns.b(),
197
198
  ns.m(props.tabPosition),
198
199
  {
@@ -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 {
@@ -1,4 +1,8 @@
1
1
 
2
+ .resolver-tabs {
3
+ // 这个是渲染器里面tabs
4
+ display: block;
5
+ }
2
6
  .el-tabs {
3
7
  // display: block;
4
8
  border-radius: 4px;