doum
2025-08-19 08abc1bb93226960388202470798220294eed4ae
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
               })
         },