...
|
...
|
@@ -274,7 +274,10 @@ const order = (params) => { |
|
|
|
|
|
return api.get('', _.assign({
|
|
|
method: 'app.SpaceOrders.closeReasons'
|
|
|
}, params), {code: 200}).then((result) => {
|
|
|
}, params), {
|
|
|
cache: true,
|
|
|
code: 200
|
|
|
}).then((result) => {
|
|
|
|
|
|
if (result.data) {
|
|
|
Object.assign(finalResult, {cancelReason: result.data});
|
...
|
...
|
|