瀏覽代碼

fix: 软件锁关联单位

outaozhen 4 年之前
父節點
當前提交
c2d03de1b0
共有 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'
   }