|
|
@@ -933,7 +933,7 @@ class CurrencyDetail extends Component {
|
|
|
page: 1,
|
|
|
pageSize: 0,
|
|
|
}
|
|
|
- fetchGet(mBaseUrl + '/uapproval/common/dbfind.action',
|
|
|
+ fetchGet(_baseURL + '/uapproval/common/dbfind.action',
|
|
|
params).then(response => {
|
|
|
let dbfinds = response.dbfinds || response.gridDbfinds;
|
|
|
dbfinds.forEach((item, index) => {
|