zhoulisen 5 年之前
父節點
當前提交
68e683fe7a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      src/pages/eContract/signedContract/index.jsx

+ 4
- 4
src/pages/eContract/signedContract/index.jsx 查看文件

@@ -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