MrShi
2025-08-19 f2ac76666299407545fb733f0d21f6e8cfe538a3
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
               })
         },