yuxc
2025-01-15 9503c595d3508c80cbbacf6e69dca459771d250e
Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue
@@ -346,6 +346,12 @@
    },
    updateDic(prop,data){
      this.$refs.form.updateDic(prop,data)
    },
    dicInit(){
      this.$refs.form.dicInit()
    },
    getPropRef(){
      this.$refs.form.getPropRef()
    }
  },
};