feige
2024-08-29 82892af0b74f02df34eb2f9833da0d4c373e59b8
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)