|
@ -10,9 +10,9 @@ export default { |
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
adopt: function(data, sid, remarks) { |
|
|
adopt: function(data) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/base/v1/basemanufactorsubscription/adopt/' + sid + '/' + remarks, |
|
|
url: '/base/v1/basemanufactorsubscription/adopt', |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
data: data, |
|
|
data: data, |
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
headers: { 'Content-Type': 'application/json' } |
|
|