From 663dbe4ddca1fa409e6acbc1f77d924c161b0c39 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 09 六月 2025 17:04:50 +0800
Subject: [PATCH] 提交一把订单
---
company/src/components/system/user/allocationEnterprises.vue | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/company/src/components/system/user/allocationEnterprises.vue b/company/src/components/system/user/allocationEnterprises.vue
index 082c892..0a26f64 100644
--- a/company/src/components/system/user/allocationEnterprises.vue
+++ b/company/src/components/system/user/allocationEnterprises.vue
@@ -2,8 +2,8 @@
<GlobalWindow
:visible.sync="visible"
:confirm-working="isWorking"
- width="582px"
- title="閰嶇疆鐢ㄦ埛瑙掕壊"
+ width="800px"
+ title="鍒嗛厤浼佷笟"
@confirm="confirm"
>
<p class="tip" v-if="user != null">涓虹敤鎴� <em>{{user.realname}}</em> 鍒嗛厤浼佷笟</p>
@@ -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')
})
@@ -91,9 +91,14 @@
}
}
</script>
-
+<style>
+ .el-transfer-panel {
+ width: 300px !important;
+ }
+</style>
<style scoped lang="scss">
@import "@/assets/style/variables.scss";
+
// 瑙掕壊閰嶇疆
.global-window {
.tip {
--
Gitblit v1.9.3