联调 新增检测脚本
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user