ปรับชื่อ defineStore ระบบ วินัย
This commit is contained in:
parent
074fc05412
commit
7c0284a87a
7 changed files with 42 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ import { ref } from "vue";
|
|||
|
||||
import type { DataOption } from "../interface/index/Main";
|
||||
|
||||
export const useComplainstDataStore = defineStore("complainst", () => {
|
||||
export const useComplainstDataStore = defineStore("DisciplineComplainst", () => {
|
||||
const rows = ref<any>([])
|
||||
const optionListName = ref<any>([{}])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue