ปรับชื่อ defineStore ระบบ วินัย

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 10:09:11 +07:00
parent 074fc05412
commit 7c0284a87a
7 changed files with 42 additions and 13 deletions

View file

@ -1,7 +1,7 @@
import { defineStore } from "pinia";
import { ref } from "vue";
export const useInvestigateFactStore = defineStore("InvestigateFact", () => {
export const useInvestigateFactStore = defineStore("DisciplineInvestigateFact", () => {
const rows = ref<any>([])
async function fecthList(data: any) {