From e36d04fc335547bc293078a77924c94a31e99cdc Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Fri, 15 May 2020 16:51:54 +0800
Subject: [PATCH] 发布问卷做问卷总分值100的最大限制

---
 SunshineIns/src/page/BusList.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SunshineIns/src/page/BusList.jsx b/SunshineIns/src/page/BusList.jsx
index f17fc8b..3872f6c 100644
--- a/SunshineIns/src/page/BusList.jsx
+++ b/SunshineIns/src/page/BusList.jsx
@@ -120,6 +120,7 @@
         loading: false
       })
     })
+    
   }
 
   onDetail = (_text, _record) => {
@@ -133,7 +134,7 @@
   onDel = (_text, _record) => {
     Fetch.businessDel({ businessId: _text.businessId }).then(res => {
       if (res.code == 0) {
-        message.warning('正在更新列表');
+        message.success('删除成功');
         this.onTableChange();
       }
     }, err => {

--
Gitblit v1.8.0