Merge branch 'develop' into dev-tee
# Conflicts: # src/modules/11_discipline/stroes/InvestigateFactStore.ts
This commit is contained in:
commit
03f017e04b
11 changed files with 309 additions and 49 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
import type { investigatefactsDataRowType, DataOption } from '@/modules/11_discipline/interface/index/Main'
|
||||
export const useInvestigateFactStore = defineStore("InvestigateFact", () => {
|
||||
|
||||
export const useInvestigateFactStore = defineStore("DisciplineInvestigateFact", () => {
|
||||
const rows = ref<investigatefactsDataRowType[]>([])
|
||||
const faultOp = ref<DataOption[]>();
|
||||
const daysExtendOp = ref<DataOption[]>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue