From e622bd5e3b2638b9ab9a712ed1160a66018d6fd7 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 22 二月 2024 09:21:15 +0800 Subject: [PATCH] mrshi --- 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