Преглед на файлове

化验公表项不需要详情

zhangxc преди 6 години
родител
ревизия
589955c485
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/store/async-actions/pushMessage.js

+ 1 - 1
src/store/async-actions/pushMessage.js

@@ -128,7 +128,7 @@ export const getConceptDetail = (item) => {
                         type: SET_CLICK_DIAG,
                         clickDiag: item
                     })
-                    if(item.type == '5' || item.type == '6') {
+                    if(item.type == '5' || item.type == '6' || item.type == '12') {
                         dispatch({
                             type: SET_TIPS,
                             tips: res.data.data,