npm i -save lodash import { cloneDeep } from 'lodash'; const deepClonedData = cloneDeep(this.initialData); 参考: vue项目中通过lodash按需引入深拷贝cloneDeep