Browse Source

市场客户资料++

yuanrf 1 month ago
parent
commit
94fe5cf57a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MCR/MarketCustomerResourcesHome.vue

+ 1 - 1
src/components/MCR/MarketCustomerResourcesHome.vue

@@ -363,7 +363,7 @@ export default {
                 sid = 0;
             }
             this.$axios.post('/api/MarketCustomerResources/QueryClientType', {
-                SetDataId: sid
+                SetDataIdArr: [sid]
             }, {
                 headers: {
                     'Authorization': this.token,