Explorar el Código

市场客户资料++

yuanrf hace 1 mes
padre
commit
94fe5cf57a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,