|
|
@@ -638,7 +638,7 @@ export default class ApprovalAdd extends Component {
|
|
|
params.gridField = fieldKey
|
|
|
params.gridCaller = (billGroup.billCaller || mCaller)
|
|
|
}
|
|
|
- fetchGet(mBaseUrl + ' /uapproval/common/dbfind.action',
|
|
|
+ fetchGet(mBaseUrl + '/uapproval/common/dbfind.action',
|
|
|
params).then(response => {
|
|
|
Toast.hide()
|
|
|
let dbfinds = response.dbfinds || response.gridDbfinds
|