可信代码库-编程语言接口对接
This commit is contained in:
@@ -102,7 +102,8 @@ const props = defineProps({
|
||||
}
|
||||
});
|
||||
const emit = defineEmits(['submit', 'cancel', 'update:modelValue']);
|
||||
const languageList = ref([]);
|
||||
// const languageList = ref([]);
|
||||
const languageList = globalInfo.languageList;
|
||||
|
||||
const formData = ref({ ...props.modelValue });
|
||||
|
||||
@@ -152,7 +153,7 @@ const getLanguageList = async () => {
|
||||
languageList.value = res.data.data;
|
||||
}
|
||||
};
|
||||
getLanguageList();
|
||||
// getLanguageList();
|
||||
|
||||
onMounted(() => {
|
||||
const _searchForm = localStorage.getItem('searchForm');
|
||||
|
||||
Reference in New Issue
Block a user