软件概述、测评对象-用户自定义片段录入-文,表,图

This commit is contained in:
2026-02-03 16:49:54 +08:00
parent 4a50e0ef48
commit 9c1c39d9a9
6 changed files with 208 additions and 139 deletions

View File

@@ -42,10 +42,14 @@ const { proxy } = getCurrentInstance() as any
const route = useRoute()
const { reset } = defineProps<{
reset: () => void
}>()
const visible = ref(false)
const title = ref("软件概述-新增")
const { columns, data, handleChange, addTextRow, addPicRow, addTableRow, handleOnClose } = useTable()
const { columns, data, handleChange, addTextRow, addPicRow, addTableRow, handleOnClose } = useTable(reset)
const handleSyncOk = async () => {
try {