zhoulisen 5 gadus atpakaļ
vecāks
revīzija
68e683fe7a
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      src/pages/eContract/signedContract/index.jsx

+ 4
- 4
src/pages/eContract/signedContract/index.jsx Parādīt failu

@@ -181,10 +181,10 @@ function header(props) {
181 181
 
182 182
     const handleShowModel = val => {
183 183
 
184
-        // if (taContractList.length < 1) {
185
-        //     message.error('请至少选择一条数据')
186
-        //     return
187
-        // }
184
+        if (taContractList.length < 1) {
185
+            message.error('请至少选择一条数据')
186
+            return
187
+        }
188 188
         let count = 0
189 189
         taContractList.map((x)=>{
190 190