|
@@ -18,6 +18,7 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
|
|
"escalation_fault_state",
|
|
"escalation_fault_state",
|
|
"excel_type",
|
|
"excel_type",
|
|
"device_type",
|
|
"device_type",
|
|
|
|
+ "work_order_seq_state",
|
|
];
|
|
];
|
|
const dicts = ref<{ [key: string]: any[] }>({});
|
|
const dicts = ref<{ [key: string]: any[] }>({});
|
|
|
|
|