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