zhoulisen 5 anos atrás
pai
commit
68e683fe7a
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4
    4
      src/pages/eContract/signedContract/index.jsx

+ 4
- 4
src/pages/eContract/signedContract/index.jsx Ver arquivo

181
 
181
 
182
     const handleShowModel = val => {
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
         let count = 0
188
         let count = 0
189
         taContractList.map((x)=>{
189
         taContractList.map((x)=>{
190
          
190