src/views/interesttreasure/agentcomponents/editCapitalAgentdialog.vue
@@ -39,24 +39,24 @@ props: { getinit: { type: Function, default: function () {}, }, default: function () {} } }, data() { return { labelCol: { xs: { span: 24 }, sm: { span: 7 }, sm: { span: 7 } }, wrapperCol: { xs: { span: 24 }, sm: { span: 13 }, sm: { span: 13 } }, editUserform: this.$form.createForm(this), editUserdialog: false, editUserDialogloading: false, fields: ['amt', 'direction', 'agentId'], currentDetails: {}, currentDetails: {} } }, methods: { @@ -90,7 +90,7 @@ }) } }) }, }, } } } </script>