Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
complex-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
complex-manager-ui
Commits
0985a82e
Commit
0985a82e
authored
Jul 01, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改批量加入判断条件
parent
88867e14
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
admin/src/views/matter/mobile/list.vue
admin/src/views/matter/mobile/list.vue
+9
-1
admin/src/views/matter/other/list.vue
admin/src/views/matter/other/list.vue
+9
-1
admin/src/views/matter/salfHelp/list.vue
admin/src/views/matter/salfHelp/list.vue
+9
-1
No files found.
admin/src/views/matter/mobile/list.vue
View file @
0985a82e
...
@@ -212,7 +212,15 @@ export default {
...
@@ -212,7 +212,15 @@ export default {
if
(
val
.
id
)
{
if
(
val
.
id
)
{
arr
.
push
(
val
.
id
);
arr
.
push
(
val
.
id
);
}
else
{
}
else
{
if
(
this
.
multipleSelection
&&
this
.
multipleSelection
.
length
>
0
)
{
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
}
else
{
this
.
$message
({
message
:
"
请选择需要加入的事项
"
,
type
:
"
warning
"
,
});
return
;
}
}
}
let
data
=
{
let
data
=
{
applyType
:
2
,
applyType
:
2
,
...
...
admin/src/views/matter/other/list.vue
View file @
0985a82e
...
@@ -212,7 +212,15 @@ export default {
...
@@ -212,7 +212,15 @@ export default {
if
(
val
.
id
)
{
if
(
val
.
id
)
{
arr
.
push
(
val
.
id
);
arr
.
push
(
val
.
id
);
}
else
{
}
else
{
if
(
this
.
multipleSelection
&&
this
.
multipleSelection
.
length
>
0
)
{
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
}
else
{
this
.
$message
({
message
:
"
请选择需要加入的事项
"
,
type
:
"
warning
"
,
});
return
;
}
}
}
let
data
=
{
let
data
=
{
applyType
:
3
,
applyType
:
3
,
...
...
admin/src/views/matter/salfHelp/list.vue
View file @
0985a82e
...
@@ -212,7 +212,15 @@ export default {
...
@@ -212,7 +212,15 @@ export default {
if
(
val
.
id
)
{
if
(
val
.
id
)
{
arr
.
push
(
val
.
id
);
arr
.
push
(
val
.
id
);
}
else
{
}
else
{
if
(
this
.
multipleSelection
&&
this
.
multipleSelection
.
length
>
0
)
{
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
arr
=
this
.
multipleSelection
.
map
((
v
)
=>
v
.
id
);
}
else
{
this
.
$message
({
message
:
"
请选择需要加入的事项
"
,
type
:
"
warning
"
,
});
return
;
}
}
}
let
data
=
{
let
data
=
{
applyType
:
1
,
applyType
:
1
,
...
...
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