|
@@ -80,7 +80,7 @@ export default {
|
|
title: '申请提现',
|
|
title: '申请提现',
|
|
confirmLoading: false,
|
|
confirmLoading: false,
|
|
spinning: false,
|
|
spinning: false,
|
|
- rules: { amount: [{ required: true, message: '请选择关联客户', trigger: 'blur' }] }
|
|
|
|
|
|
+ rules: { amount: [{ required: true, message: '请输入提现金额', trigger: 'blur' }] }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -128,6 +128,7 @@ export default {
|
|
// 取消
|
|
// 取消
|
|
cancel () {
|
|
cancel () {
|
|
this.form.amount = ''
|
|
this.form.amount = ''
|
|
|
|
+ this.$refs.ruleForm.resetFields()
|
|
this.$emit('close')
|
|
this.$emit('close')
|
|
}
|
|
}
|
|
},
|
|
},
|