fix: conflict

This commit is contained in:
Mulia Nasution 2023-05-31 16:10:17 +07:00
commit f7635b33c7

View File

@ -355,6 +355,12 @@ export default {
this.dataDrp = $event.row.values.target; this.dataDrp = $event.row.values.target;
this.isShowButton = false; this.isShowButton = false;
}, },
linkDetail : function() {
location.href='#/drp/drp-pengadaan';
},
linkKirim : function() {
location.href='#/drp/drp-pengadaan';
}
}, },
data() { data() {
return { return {