This commit is contained in:
parent
65d893e128
commit
3bba5db1b5
|
@ -30,7 +30,7 @@ const cols = computed(() => [
|
|||
},
|
||||
]);
|
||||
|
||||
const daysAgo = ref(0);
|
||||
const daysAgo = ref();
|
||||
|
||||
onBeforeMount(async () => {
|
||||
const tableParam = useRoute().query.table;
|
||||
|
@ -51,7 +51,7 @@ onBeforeMount(async () => {
|
|||
</template>
|
||||
</RightMenu>
|
||||
<VnTable
|
||||
v-if="daysAgo"
|
||||
v-if="!isNaN(daysAgo)"
|
||||
data-key="InvoiceInSerial"
|
||||
url="InvoiceIns/getSerial"
|
||||
:columns="cols"
|
||||
|
|
Loading…
Reference in New Issue