Explorar el Código

fix: 软件锁关联单位

outaozhen hace 4 años
padre
commit
c2d03de1b0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/services/customer.js

+ 3 - 0
src/services/customer.js

@@ -142,6 +142,9 @@ export async function apiChangeCustomer(preUrl, params) {
   if (preUrl === 'client') {
     url = '/client/change/customer'
   }
+  if (preUrl === 'software') {
+    url = '/software/change/customer'
+  }
   if (preUrl === 'RoadEnterprise') {
     url = '/RoadPricingv2/company/link/customer'
   }