|
@@ -48,10 +48,7 @@ export function DelEngineeEngineeIndustry(id) {
|
|
}
|
|
}
|
|
|
|
|
|
export function QueryEngineeIndustry({id, type}) {
|
|
export function QueryEngineeIndustry({id, type}) {
|
|
- // alert(`${id}`)
|
|
|
|
- // alert(`${type}`)
|
|
|
|
return request({
|
|
return request({
|
|
- // url: `/zdsz/engineeringIndustry/${id}/1`,
|
|
|
|
url: `/zdsz/engineeringIndustry/${id}/${type}`,
|
|
url: `/zdsz/engineeringIndustry/${id}/${type}`,
|
|
method: 'get',
|
|
method: 'get',
|
|
})
|
|
})
|