@@ -43,6 +43,14 @@
]);
};
+ base.toInstitution = () => {
+ location.href = "{:url('human/institutionList')}";
+ };
+
+ base.toEnterprise = () => {
+ location.href = "{:url('human/enterpriseList')}";
return base;
}
</script>