|
@@ -19,9 +19,9 @@ export default {
|
|
|
params: params
|
|
params: params
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- getinfoforitem(certId,selctitem,myAxios){
|
|
|
|
|
|
|
+ getinfoforitem (certId, selctitem, myAxios) {
|
|
|
return myAxios({
|
|
return myAxios({
|
|
|
- url: '/infochange/getinfoforitem?certId=' + certId +'&selctitem='+ selctitem,
|
|
|
|
|
|
|
+ url: '/infochange/getinfoforitem?certId=' + certId + '&selctitem=' + selctitem,
|
|
|
method: 'GET'
|
|
method: 'GET'
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
addInfoChMain (formData, myAxios) {
|
|
addInfoChMain (formData, myAxios) {
|
|
|
return myAxios({
|
|
return myAxios({
|
|
|
- url: '/infochange/addinfomain' ,
|
|
|
|
|
|
|
+ url: '/infochange/addinfomain',
|
|
|
method: 'post',
|
|
method: 'post',
|
|
|
params: formData
|
|
params: formData
|
|
|
})
|
|
})
|