แก้ format code
This commit is contained in:
parent
853f925d92
commit
acfdec4353
8 changed files with 607 additions and 574 deletions
|
|
@ -3,7 +3,7 @@ import { onMounted, ref } from "vue";
|
|||
import { useQuasar } from "quasar";
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import type { Pagination } from "@/modules/03_recruiting/interface/index/Main";
|
||||
import Table from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Table.vue";
|
||||
import Table from "@/modules/11_discipline/components/3_investigateDisciplinary/Table.vue";
|
||||
import { useInvestigateDisStore } from "../../store/InvestigateDisStore";
|
||||
|
||||
import { useRouter } from "vue-router";
|
||||
|
|
@ -68,9 +68,6 @@ onMounted(async () => {
|
|||
await hideLoader();
|
||||
});
|
||||
|
||||
const clickAdd = () => {
|
||||
router.push(`/discipline/InvestigateDisciplinary/add`);
|
||||
};
|
||||
function openEdit(id:string) {
|
||||
console.log(id)
|
||||
router.push(`/discipline/disciplinary/${id}`)
|
||||
|
|
@ -93,7 +90,6 @@ function openEdit(id:string) {
|
|||
v-model:inputvisible="dataInvestigateDis.visibleColumns"
|
||||
:pagination="initialPagination"
|
||||
:nornmalData="true"
|
||||
:add="clickAdd"
|
||||
:paging="true"
|
||||
:titleText="''"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue