联调 新增检测脚本

This commit is contained in:
GGJ
2025-02-18 16:36:54 +08:00
parent 4f622da52c
commit ce92a1d645
13 changed files with 603 additions and 313 deletions

View File

@@ -58,7 +58,14 @@ const props = defineProps({
})
const tableData = ref<any[]>([])
onMounted(async () => {
let data = await getDictTreeByCode({ code: 'Script_Error' })
let data = await getDictTreeByCode({
name: '',
id: '',
pid: '',
pids: '',
code: 'Script_Error',
sort: 0
})
data.data[0].children.forEach((item: any, i: number) => {
tableData.value.push({