Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
5141a66c
Commit
5141a66c
authored
Feb 14, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件分派
parent
68884e5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
allocationModal.vue
...s/property/case-allocation/components/allocationModal.vue
+11
-4
No files found.
src/views/property/case-allocation/components/allocationModal.vue
View file @
5141a66c
...
...
@@ -48,7 +48,7 @@
</div>
<div
style=
"margin-top: 10px; margin-bottom: 10px"
>
<el-radio-group
v-model=
"radio"
@
change=
"changeRadio"
>
<el-radio
:value=
"0"
>
分派到调解中心
</el-radio>
<el-radio
:value=
"0"
v-permission=
"'allcation_for_tenant'"
>
分派到调解中心
</el-radio>
<el-radio
:value=
"1"
>
分派到CPE
</el-radio>
</el-radio-group>
</div>
...
...
@@ -211,7 +211,9 @@
import
{
getTenantPage
}
from
'@/api/tenant'
;
import
{
computed
}
from
'vue'
;
import
{
reactive
,
ref
,
nextTick
}
from
'vue'
;
import
{
useAuthStore
}
from
'@/stores/modules/auth'
;
const
emits
=
defineEmits
([
'success'
]);
const
{
authButtonListGet
}
=
useAuthStore
();
// 获取用户权限列表
const
data
=
ref
([]);
const
mytransfer
=
ref
();
...
...
@@ -300,12 +302,17 @@
currentAllBtn
.
value
=
null
;
getTree
();
step
.
value
=
0
;
radio
.
value
=
0
;
const
p
=
{}
if
(
!
authButtonListGet
.
includes
(
'allcation_for_tenant'
))
{
radio
.
value
=
1
;
}
else
{
radio
.
value
=
0
;
}
let
p
=
{}
if
(
lonsArr
.
value
&&
lonsArr
.
value
.
length
)
{
p
[
'loanIds'
]
=
lonsArr
.
value
.
map
((
v
)
=>
v
.
id
);
}
else
{
p
=
{
...
pageParams
.
value
}
;
p
=
param
;
}
radio
.
value
===
0
&&
getStatisis
(
p
);
SaveBol
.
value
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment