|
@@ -7,6 +7,7 @@ import {SET_IMPORT_CHECKBODY_LABEL,PRESET} from "../types/checkBody";
|
|
|
import dataLis from '@components/EmergencyProcedure/emergency';
|
|
|
import { Notify} from '@commonComp';
|
|
|
import {pregetCheckbodyData} from '@store/async-actions/fetchModules';
|
|
|
+import {tabChange} from '@store/actions/tabTemplate';
|
|
|
const api={
|
|
|
push:'/push/pushInner',
|
|
|
getTableList:'/scale/getList', //获取量表列表
|
|
@@ -137,7 +138,8 @@ export const getConceptDetail = (item) => {
|
|
|
|
|
|
json(api.getConceptDetail, params).then((res) => {
|
|
|
if(res.data.code == '0'&& res.data.data.details && res.data.data.details.length > 0) {
|
|
|
- if(item.position == '1') { //右侧提示信息
|
|
|
+ dispatch(tabChange(0)); //tab跳回推送
|
|
|
+ if(item.position == '1') { //右侧提示信息
|
|
|
dispatch({
|
|
|
type: SET_CLICK_DIAG,
|
|
|
clickDiag: item
|