在【{}】里面想判断其中的一个字段是否为空或者是否存在,
this.$refs.reflectPersonList.personDataList[0].edu==''||this.$refs.reflectPersonList.personDataList[0].hasOwnProperty('prtive')==false
判断hasOwnProperty(‘aaa’)== false即可
在【{}】里面想判断其中的一个字段是否为空或者是否存在,
this.$refs.reflectPersonList.personDataList[0].edu==''||this.$refs.reflectPersonList.personDataList[0].hasOwnProperty('prtive')==false
判断hasOwnProperty(‘aaa’)== false即可