Sfoglia il codice sorgente

市场客户资料++

yuanrf 1 mese fa
parent
commit
94fe5cf57a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,