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