Skip to content

Commit

Permalink
Update: generate nilai mapel PKL
Browse files Browse the repository at this point in the history
  • Loading branch information
masadi committed Jun 9, 2024
1 parent 0b597cf commit 7513931
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/js/chunks/18.58db331dae276f667098.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/chunks/18.77b80f1200f025f1b696.js

Large diffs are not rendered by default.

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=ef7e6f5f43cc43c6ad61",
"/js/app.js": "/js/app.js?id=fee01a0f15f6d1aa1467",
"/css/core.css": "/css/core.css?id=5d902ae10f7a46837492",
"/css/loader.css": "/css/loader.css?id=4f39b56a667dc447a5fe"
}
6 changes: 5 additions & 1 deletion resources/js/src/views/dashboard/DashboardGuru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ export default {
}).then(response => {
this.loading_modal = false
let getData = response.data
this.sub_mapel = getData.pembelajaran.tema_count
if(getData.pembelajaran.mata_pelajaran_id == 800001000){
this.sub_mapel = 1
} else {
this.sub_mapel = getData.pembelajaran.tema_count
}
this.rombongan_belajar_id = getData.pembelajaran.rombongan_belajar_id
this.title = getData.title
this.data_siswa = getData.data_siswa
Expand Down

0 comments on commit 7513931

Please sign in to comment.