wangting
2024-05-07 ded3890236e8d2371afc44c48631bb0fb9101d76
Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
@@ -33,6 +33,14 @@
    'test2': () => import('@/views/custom-ui/test2'),
  },
  props: {
    //ui上下文的业务类型(或链接类型)
    uiBtmType: {
      type: String
    },
    //ui上下文
    uiContext:{
      type: String
    },
    componentVO: {
      type: Object,
      default: {}
@@ -40,6 +48,11 @@
    inDialog: {
      type: Boolean,
      default: false
    },
    canEdit:{
      //内容是否可编辑
      type:Boolean,
      default:false
    },
    areasName: {
      type: String,
@@ -82,7 +95,9 @@
        //源数据有变化时变更当前区域数据
        console.log(this.areasName);
        console.log(newval);
      }
      },
      deep: true,
      immediate: true
    }
  },
  computed: {},