wangting
2025-01-14 fdf13539b4ef7f5fddb3b7335015fb3c34915a8b
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()
    }
  },
};