| | |
| | | export default { |
| | | name: 'Setting', |
| | | components: { |
| | | FooterToolBar, |
| | | FooterToolBar |
| | | }, |
| | | data() { |
| | | data () { |
| | | return { |
| | | form: this.$form.createForm(this), |
| | | loading: false, |
| | |
| | | 'tradingCommissionRate', |
| | | 'stampDutyRate', |
| | | 'profitSharingRatio', |
| | | 'earlyTerminationInterest', |
| | | ], |
| | | 'earlyTerminationInterest' |
| | | ] |
| | | } |
| | | }, |
| | | mounted() { |
| | | mounted () { |
| | | this.getdetail() |
| | | }, |
| | | methods: { |
| | | handleSubmit(e) { |
| | | handleSubmit (e) { |
| | | e.preventDefault() |
| | | this.form.validateFields((err, values) => { |
| | | var that = this |
| | |
| | | }) |
| | | }) |
| | | }, |
| | | getdetail() { |
| | | getdetail () { |
| | | var that = this |
| | | this.loading = true |
| | | getFundsSetting().then((res) => { |
| | |
| | | that.loading = false |
| | | }, 500) |
| | | }) |
| | | }, |
| | | }, |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style lang="less" scoped> |