可信代码库-编程语言接口对接
This commit is contained in:
@@ -250,8 +250,9 @@ const countryVisible = ref(false);
|
||||
const orgVisible = ref(false);
|
||||
const allTableData = ref([]);
|
||||
const tableData = ref([]);
|
||||
const languageList = ref([]);
|
||||
// const languageList = ref([]);
|
||||
const globalInfo = useGlobalInfoStore();
|
||||
const languageList = globalInfo.languageList;
|
||||
const headerSearch = ref(globalInfo.headerSearch);
|
||||
const industryList = ref(globalInfo.industryList);
|
||||
const newFormData = ref({
|
||||
@@ -518,7 +519,7 @@ const getLanguageList = async () => {
|
||||
};
|
||||
|
||||
onMounted(async () => {
|
||||
await getLanguageList();
|
||||
// await getLanguageList();
|
||||
newFormData.value.softwareName = route.query.softwareName || '';
|
||||
newFormData.value.searchType = route.query.searchType || '';
|
||||
newFormData.value.softwareVersion = route.query.softwareVersion || '';
|
||||
|
||||
Reference in New Issue
Block a user