5673-claim-development & crudModel #71

Merged
alexm merged 33 commits from 5673-claim-development into dev 2023-09-28 07:46:02 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit edead9b7be - Show all commits

View File

@ -174,7 +174,6 @@ async function insert() {
// }
async function remove(data) {
console.log(data);
if (!data.length)
return quasar.notify({
type: 'warning',

View File

@ -8,7 +8,6 @@ import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
const stateStore = useStateStore();
const route = useRoute();
console.log(route);
const { t } = useI18n();
</script>
<template>