Status: Saver list reload

This commit is contained in:
cgfhtw
2024-07-18 13:27:30 +02:00
parent b171959920
commit 3514b02960
@@ -293,7 +293,12 @@ export default{
deep: true
},
modelValue(){
this.$refs.table.tabulator.setData('api/frontend/v1/stv/Status/getHistoryPrestudent/' + this.modelValue.prestudent_id);
if (this.$refs.table) {
if (this.$refs.table.tableBuilt)
this.$refs.table.tabulator.setData('api/frontend/v1/stv/Status/getHistoryPrestudent/' + this.modelValue.prestudent_id);
else
this.data.tabulatorOptions.ajaxURL = 'api/frontend/v1/stv/Status/getHistoryPrestudent/' + this.modelValue.prestudent_id;
}
}
},
methods: {