This commit is contained in:
parent
0cdd090daf
commit
edead9b7be
|
@ -174,7 +174,6 @@ async function insert() {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
async function remove(data) {
|
async function remove(data) {
|
||||||
console.log(data);
|
|
||||||
if (!data.length)
|
if (!data.length)
|
||||||
return quasar.notify({
|
return quasar.notify({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|
|
@ -8,7 +8,6 @@ import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
|
||||||
|
|
||||||
const stateStore = useStateStore();
|
const stateStore = useStateStore();
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
console.log(route);
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue