fix: unintent test code
This commit is contained in:
parent
9567d98b30
commit
d293e13d0f
1 changed files with 1 additions and 10 deletions
|
|
@ -594,10 +594,6 @@ async function searchEmployee(text: string) {
|
|||
);
|
||||
if (retEmp) workerList.value = retEmp.data.result;
|
||||
}
|
||||
|
||||
function printPDF() {
|
||||
window.print();
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -875,12 +871,7 @@ function printPDF() {
|
|||
<EditButton
|
||||
v-else
|
||||
class="no-print"
|
||||
@click="
|
||||
() => {
|
||||
printPDF();
|
||||
quotationFormState.mode = 'edit';
|
||||
}
|
||||
"
|
||||
@click="quotationFormState.mode = 'edit'"
|
||||
solid
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue