|
@@ -782,7 +782,7 @@ export function getProjectByAppOrg(appOrg) {
|
|
|
|
|
|
export function getProjectNumZ(appOrg) {
|
|
export function getProjectNumZ(appOrg) {
|
|
return request({
|
|
return request({
|
|
- url: '/large/production/getProjectNumZ/' + appOrg,
|
|
|
|
|
|
+ url: '/large/production/getProjectNumZ',
|
|
method: 'get'
|
|
method: 'get'
|
|
})
|
|
})
|
|
}
|
|
}
|