@@ -27,7 +27,7 @@ export const getSearchList = (val) => {
export const getInstroduce = (id,name)=>{ //获取辅检的提示信息
return (dispatch, getState) =>{
- axios.json('/api/icss/introduceInfo/getByQuestionId', {
+ axios.json('/introduceInfo/getByQuestionId', {
questionId: id?id:'',
type: 6,
tagName:name?name:'',
@@ -53,14 +53,14 @@ export const getSublableList = (id,idx) => {
export const getInstroduce = (id,name,type)=>{ //获取化验的提示信息
let url = '',param={};
if(type == 'excel'){
- url = '/api/icss/introduceInfo/getByQuestionName'
+ url = '/introduceInfo/getByQuestionName'
param = {
type: 5,
position: 1
}
}else{
- url = '/api/icss/introduceInfo/getByQuestionId'
+ url = '/introduceInfo/getByQuestionId'