Explorar el Código

fix: 软件锁关联单位的修复

outaozhen hace 4 años
padre
commit
c103bb36c7
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') {
   if (preUrl === 'client') {
     url = '/client/change/customer'
     url = '/client/change/customer'
   }
   }
+  if (preUrl === 'software') {
+    url = '/software/change/customer'
+  }
   if (preUrl === 'RoadEnterprise') {
   if (preUrl === 'RoadEnterprise') {
     url = '/RoadPricingv2/company/link/customer'
     url = '/RoadPricingv2/company/link/customer'
   }
   }