|
@@ -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,
|
|
|
tagName:name?name:'',
|
|
|
position: 1
|
|
|
}
|
|
|
}else{
|
|
|
- url = '/api/icss/introduceInfo/getByQuestionId'
|
|
|
+ url = '/introduceInfo/getByQuestionId'
|
|
|
param = {
|
|
|
questionId: id?id:'',
|
|
|
type: 5,
|