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>