Skip to content

Commit

Permalink
Update cek kurtilas di input nilai sikap
Browse files Browse the repository at this point in the history
  • Loading branch information
masadi committed Jun 10, 2024
1 parent 8340237 commit 83a6dcf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/chunks/28.7c6057e242f4836f4e63.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/js/chunks/28.9240d6536728b5c117d2.js

This file was deleted.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=c5fec8fe3864f9ba864c",
"/js/app.js": "/js/app.js?id=c09c609cd84ee7306725",
"/css/core.css": "/css/core.css?id=5d902ae10f7a46837492",
"/css/loader.css": "/css/loader.css?id=4f39b56a667dc447a5fe"
}
7 changes: 6 additions & 1 deletion resources/js/src/views/penilaian/InputPenilaianSikap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,12 @@ export default {
this.form.sekolah_id = this.user.sekolah_id
this.form.semester_id = this.user.semester.semester_id
this.form.tahun_pelajaran = this.user.semester.nama
this.$http.get('/penilaian/ref-sikap').then(response => {
this.$http.get('/penilaian/ref-sikap', {
params: {
sekolah_id: this.form.sekolah_id,
semester_id: this.form.semester_id,
}
}).then(response => {
this.isBusy = false
let getData = response.data
this.all_sikap = getData.data
Expand Down

0 comments on commit 83a6dcf

Please sign in to comment.