|
@@ -3,7 +3,7 @@ import request from '@/utils/request' |
|
|
//字典查询 |
|
|
//字典查询 |
|
|
export function getDicts(type) { |
|
|
export function getDicts(type) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/transaction/website/data/type/'+type, |
|
|
|
|
|
|
|
|
url: '/transaction/website/transfer/'+type, |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|