|
@@ -136,7 +136,7 @@ export const getConceptDetail = (item) => {
|
|
}
|
|
}
|
|
|
|
|
|
json(api.getConceptDetail, params).then((res) => {
|
|
json(api.getConceptDetail, params).then((res) => {
|
|
- if(res.data.code == '0') {
|
|
|
|
|
|
+ if(res.data.code == '0'&& res.data.data.details && res.data.data.details.length > 0) {
|
|
if(item.position == '1') { //右侧提示信息
|
|
if(item.position == '1') { //右侧提示信息
|
|
dispatch({
|
|
dispatch({
|
|
type: SET_CLICK_DIAG,
|
|
type: SET_CLICK_DIAG,
|