ปรับชื่อ defineStore ระบบ วินัย
This commit is contained in:
parent
074fc05412
commit
7c0284a87a
7 changed files with 42 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useInvestigateDisStore = defineStore("InvestigateDis", () => {
|
||||
export const useInvestigateDisStore = defineStore("DisciplineInvestigateDis", () => {
|
||||
const rows = ref<any>([]);
|
||||
|
||||
async function fecthList(data: any) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue