zhoulisen пре 5 година
родитељ
комит
d7a5c0096a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      src/pages/customer/customerlist/index.jsx

+ 2
- 2
src/pages/customer/customerlist/index.jsx Прегледај датотеку

@@ -271,7 +271,7 @@ function body(props) {
271 271
     console.log(personInfo, 'personInfo')
272 272
     console.log(personInfo.length)
273 273
     if (personInfo.length <= 0) {
274
-      return message.info("请至少选择一条数据");
274
+      return message.info('请至少选择一条数据');
275 275
     }
276 276
 
277 277
     const compareSet = new Set();
@@ -280,7 +280,7 @@ function body(props) {
280 280
     })
281 281
 
282 282
     if (compareSet.size != 1) {
283
-      return message.info("请选择项目");
283
+      return message.info('选中的公客存在于不同项目中,请分开进行分配置业顾问操作');
284 284
     }
285 285
 
286 286
     // const newSelectedRows = personInfo.filter()