From f72cc2c5bc9ea4df7819cf53e3b872024e0583a1 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期六, 31 八月 2024 10:54:27 +0800 Subject: [PATCH] 修改家庭医生上传 --- ruoyi-ui/src/views/system/family/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue index d3738a0..300cdf8 100644 --- a/ruoyi-ui/src/views/system/family/index.vue +++ b/ruoyi-ui/src/views/system/family/index.vue @@ -207,7 +207,8 @@ id: undefined, name: undefined, mid: undefined, - fid: undefined + fid: undefined, + clanId: undefined }, defaultProps: { children: "children", @@ -486,6 +487,8 @@ /** 鎻愪氦鎸夐挳 */ submitForm: function() { let _this = this + let clanId = this.$store.state.user.clanId + this.form.clanId = clanId this.$refs["form"].validate(valid => { if (valid) { // alert(this.form.id) -- Gitblit v1.9.1