大宝管理后台代码
xxx
dcc
2024-05-07 abcf89c0931fc453f4fd8e1d4d48b8b469d0f3c7
src/views/userlist/agentcomponents/addagentdialog.vue
@@ -58,25 +58,25 @@
  props: {
    getinit: {
      type: Function,
      default: function () {},
      default: function () {}
    },
    agentlist: {
      type: Array,
    },
      type: Array
    }
  },
  data() {
    return {
      labelCol: {
        xs: { span: 24 },
        sm: { span: 7 },
        sm: { span: 7 }
      },
      wrapperCol: {
        xs: { span: 24 },
        sm: { span: 13 },
        sm: { span: 13 }
      },
      addUserform: this.$form.createForm(this),
      addUserdialog: false,
      addUserDialogloading: false,
      addUserDialogloading: false
    }
  },
  methods: {
@@ -105,7 +105,7 @@
          })
        }
      })
    },
  },
    }
  }
}
</script>