h5/pages/details_dca/details_dca.vue @@ -195,6 +195,7 @@ getDetails() { this.$u.api.detail({ id: this.id }) .then(res => { res.data.managerId = res.data.managerId ? res.data.managerId : '' this.info = res.data }) },