fix bug run build
This commit is contained in:
parent
0a74df75bc
commit
96e1931e10
4 changed files with 8 additions and 3 deletions
|
|
@ -127,7 +127,7 @@
|
|||
<q-item-section>กำหนดตำแหน่ง</q-item-section>
|
||||
</q-item>
|
||||
<q-separator />
|
||||
<q-item clickable v-close-popup @click="clickDelete">
|
||||
<q-item clickable v-close-popup @click="clickDelete('test')">
|
||||
<q-item-section
|
||||
style="min-width: 0px"
|
||||
avatar
|
||||
|
|
@ -168,6 +168,7 @@ import type { QInput, QForm, QTableProps } from "quasar";
|
|||
import { useRouter } from "vue-router";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
import type { treeTab } from "@/modules/05_placement/interface/index/Main";
|
||||
|
||||
const props = defineProps({
|
||||
next: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue