Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
8eefc487
Commit
8eefc487
authored
Sep 25, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
144环境地址替换
parent
51bdaa02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hospitalization-management.vue
...hospitalization-management/hospitalization-management.vue
+2
-2
No files found.
src/views/service-management/hospitalization-management/hospitalization-management.vue
View file @
8eefc487
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
v-hasPermi=
"['business:hospital:export']"
v-hasPermi=
"['business:hospital:export']"
class=
"fourWordswhiteBtn"
class=
"fourWordswhiteBtn"
size=
"mini"
size=
"mini"
@
click=
"reverseSelect(
hospitalList,
're-choice')"
@
click=
"reverseSelect('re-choice')"
><svg-icon
style=
"margin-right: 1px"
icon-class=
"shuaixuan_icon_fanxiang"
/>
反向选择
><svg-icon
style=
"margin-right: 1px"
icon-class=
"shuaixuan_icon_fanxiang"
/>
反向选择
</el-button>
</el-button>
<el-button
<el-button
...
@@ -489,7 +489,7 @@ export default {
...
@@ -489,7 +489,7 @@ export default {
* @param selection 已选择内容
* @param selection 已选择内容
* @param all 是否永远进行全选操作
* @param all 是否永远进行全选操作
*/
*/
async
selectAll
(
selection
=
[],
all
=
true
,
allChoiceButtonId
)
{
async
selectAll
(
allChoiceButtonId
,
selection
=
[],
all
=
true
)
{
document
.
getElementById
(
allChoiceButtonId
).
blur
()
document
.
getElementById
(
allChoiceButtonId
).
blur
()
if
(
this
.
hospitalList
.
length
!==
selection
.
length
&&
!
all
)
{
if
(
this
.
hospitalList
.
length
!==
selection
.
length
&&
!
all
)
{
this
.
effectTableSelect
([])
this
.
effectTableSelect
([])
...
...
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