vue 中经常定义很多data ,在用户进行一些操作后,需要讲data中的某个对象定义为初始值 例如 form: { title: '', describe: '', inspectionCategoryIdList: [], enterpriseId: '', selectInc: { name: '' } } } 这样一个复杂的对象,我们需要讲他们全部定义为初始值 也许我我们可以这么写 this.form = { title: '', describe: '', inspectionCate