绘制技术监督页面 联调承载能力评估

This commit is contained in:
GGJ
2024-03-13 20:33:01 +08:00
parent 88ab8c2526
commit 7429e2270b
14 changed files with 1137 additions and 159 deletions

View File

@@ -125,6 +125,7 @@ onBeforeUnmount(() => {
})
getTheme().then(res => {
getThemeList.value = res.data
window.localStorage.setItem('getTheme', JSON.stringify(res.data))
})
const onSubmit = async (formEl: FormInstance | undefined) => {
if (!formEl) return