From cffe7729a3c9f77ad1423bee2da82505a323ffa1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 20 六月 2024 14:08:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
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