From c59e0c5a408aebe8080dfce3b2ebc4711f20e7a9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 04 二月 2020 08:56:11 +0800
Subject: [PATCH] 2020-02-04

---
 src/tabviews/tableshare/mutilform/index.jsx |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/tabviews/tableshare/mutilform/index.jsx b/src/tabviews/tableshare/mutilform/index.jsx
index b56eea3..25bd9f3 100644
--- a/src/tabviews/tableshare/mutilform/index.jsx
+++ b/src/tabviews/tableshare/mutilform/index.jsx
@@ -204,16 +204,6 @@
     })
   }
 
-  // handleInputNumber = (rule, value, callback, item) => {
-  //   if (item.required === 'true' && (!value && value !== 0)) {
-  //     callback(this.props.dict['form.required.input'] + item.label + '!')
-  //   } else if ((item.min || item.min === 0) && (value || value === 0) && value < item.min) {
-  //     callback(item.label + '鏈�灏忓�间负' + item.min + '!')
-  //   } else if ((item.max || item.max === 0) && (value || value === 0) && value > item.max) {
-  //     callback(item.label + '鏈�澶у�间负' + item.max + '!')
-  //   }
-  // }
-
   getFields() {
     const { getFieldDecorator } = this.props.form
 

--
Gitblit v1.8.0