0
1
Fork 0
hedera-web-mindshore/forms/agencies/packages/index.js

15 lines
227 B
JavaScript
Raw Normal View History

2022-11-16 01:44:39 +00:00
import './style.scss';
export default new Class({
Extends: Hedera.Form,
Template: require('./ui.xml'),
2022-11-16 01:46:44 +00:00
onShowClick(column, agencyId) {
2022-11-16 01:44:39 +00:00
this.hash.setAll({
form: 'agencies/provinces',
agency: agencyId
});
}
});