From 05cf6324ea8322164d99a3d3d4161fe374534b3b Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期日, 18 二月 2024 15:22:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- company/src/components/system/user/allocationEnterprises.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/company/src/components/system/user/allocationEnterprises.vue b/company/src/components/system/user/allocationEnterprises.vue index 082c892..d9a9c14 100644 --- a/company/src/components/system/user/allocationEnterprises.vue +++ b/company/src/components/system/user/allocationEnterprises.vue @@ -23,7 +23,7 @@ <script> import BasePage from '@/components/base/BasePage' import GlobalWindow from '@/components/common/GlobalWindow' - import { pageAll } from '@/api/business/company' + import { allForFp } from '@/api/business/company' import { create } from '@/api/business/companyPermission' export default { name: 'allocationEnterprises', @@ -47,7 +47,7 @@ this.visible = true this.title = title this.user = target - pageAll({ userId: target.id }) + allForFp({ userId: target.id }) .then(res => { this.company = res.map(r => { return { @@ -73,7 +73,7 @@ companyIdList: this.selectedIds }) .then(() => { - this.$tip.apiSuccess('瑙掕壊閰嶇疆鎴愬姛锛岀敤鎴烽噸鏂扮櫥褰曞悗鐢熸晥') + this.$tip.apiSuccess('浼佷笟鍒嗛厤鎴愬姛锛岀敤鎴烽噸鏂扮櫥褰曞悗鐢熸晥') this.visible = false this.$emit('success') }) -- Gitblit v1.9.3