|
@@ -25,11 +25,11 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
|
|
"skill_type",
|
|
"skill_type",
|
|
"drawing_type",
|
|
"drawing_type",
|
|
"vehicle_level",
|
|
"vehicle_level",
|
|
- "fault_current_state",
|
|
|
|
|
|
+ "fault_current_state",
|
|
"escalation_fault_state",
|
|
"escalation_fault_state",
|
|
"defect_mana",
|
|
"defect_mana",
|
|
"disposal_measures_type",
|
|
"disposal_measures_type",
|
|
- ];
|
|
|
|
|
|
+ "process_check_result", ];
|
|
const dicts = ref<{ [key: string]: any[] }>({});
|
|
const dicts = ref<{ [key: string]: any[] }>({});
|
|
function checkDicts() {
|
|
function checkDicts() {
|
|
if (JSON.stringify(dicts.value) === "{}") {
|
|
if (JSON.stringify(dicts.value) === "{}") {
|