修改金额不为0
This commit is contained in:
@@ -56,9 +56,6 @@ const rules = {
|
||||
{ required: true, message: '请输入个人所得税' },
|
||||
{
|
||||
validator: (value, cb) => {
|
||||
if (value==0) {
|
||||
cb('金额需要大于0');
|
||||
}
|
||||
if (value>props.max) {
|
||||
cb('修改金额不可超出提现金额');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user