From 9503c595d3508c80cbbacf6e69dca459771d250e Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期三, 15 一月 2025 11:01:54 +0800 Subject: [PATCH] 头像上传获取等接口上传 --- Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue index bd6df19..166830c 100644 --- a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue +++ b/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() } }, }; -- Gitblit v1.9.3