赞
踩
第一种:
通过json序列化取出数据
JSON.parse(JSON.stringify(data))
第二种:
通过toRow()方法获取原始数据
import { toRaw } from 'vue'const formData = toRaw(data)