소스 검색

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

outaozhen 4 년 전
부모
커밋
c103bb36c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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'
   }