Explorar o código

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

outaozhen %!s(int64=4) %!d(string=hai) anos
pai
achega
c103bb36c7
Modificáronse 1 ficheiros con 3 adicións e 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'
   }