fix : add column keterangan and remove required tindakan

This commit is contained in:
2026-05-18 09:49:13 +07:00
parent a4b0a43327
commit 2f69231c5b
4 changed files with 28 additions and 7 deletions
+4 -4
View File
@@ -173,10 +173,10 @@ export const usePendaftaranStore = defineStore('pendaftaran', {
}
// Validate tindakan items - must have at least 1
if (this.tindakanItems.length === 0) {
errors.push('Tindakan (minimal 1 tindakan harus diisi)');
if (!firstErrorField) firstErrorField = 'tindakan';
}
// if (this.tindakanItems.length === 0) {
// errors.push('Tindakan (minimal 1 tindakan harus diisi)');
// if (!firstErrorField) firstErrorField = 'tindakan';
// }
// Validate rencanaOperasiData
if (!this.rencanaOperasiData.spesialis) {