Merge branch 'master' of bitbucket.org:tiscyn/smartproc-fe
This commit is contained in:
@@ -484,13 +484,13 @@ const dataSource = new CustomStore({
|
||||
},
|
||||
|
||||
insert: (values) => {
|
||||
return fetch(URL, {
|
||||
return fetch(URL+'/tahun', {
|
||||
method: "POST",
|
||||
body: JSON.stringify(values),
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
});
|
||||
})
|
||||
},
|
||||
|
||||
update: (key, values) => {
|
||||
@@ -607,9 +607,7 @@ export default {
|
||||
this.isShowButton = true;
|
||||
},
|
||||
linkDetail() {
|
||||
this.popupVisible = true;
|
||||
this.popupTitle = "Lihat Dokumen Pendukung";
|
||||
this.isShowButton = false;
|
||||
location.href='#/drp/drp-pengadaan';
|
||||
},
|
||||
linkKirim($event) {
|
||||
console.log("event: ", $event.row.values);
|
||||
|
||||
Reference in New Issue
Block a user