@@ -89,7 +89,7 @@ export default {
})
this.$api.post('/worker/detail', { id }).then(res => {
var { agreements, policyName, text } = res.data
- this.insureAgreeList = agreements
+ this.insureAgreeList = agreements || []
},
methods: {