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
78857d76
Commit
78857d76
authored
Oct 08, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
轮播管理按钮失焦修改
parent
c3011841
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
banner_add.vue
src/views/banner_management/banner_add.vue
+2
-1
banner_edit.vue
src/views/banner_management/banner_edit.vue
+2
-1
banner_management.vue
src/views/banner_management/banner_management.vue
+4
-2
No files found.
src/views/banner_management/banner_add.vue
View file @
78857d76
...
...
@@ -55,7 +55,7 @@
</el-form-item>
</div>
<el-form-item>
<el-button
:loading=
"submitLoading"
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
id=
"subButton"
:loading=
"submitLoading"
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<BackBtn
:button-class=
"'resetBtn'"
:button-icon=
"'el-icon-back'"
...
...
@@ -211,6 +211,7 @@ export default {
})
}
})
document
.
getElementById
(
'subButton'
).
blur
()
},
goBack
()
{
...
...
src/views/banner_management/banner_edit.vue
View file @
78857d76
...
...
@@ -61,7 +61,7 @@
</el-form-item>
</div>
<el-form-item>
<el-button
:loading=
"submitLoading"
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
id=
"subButton"
:loading=
"submitLoading"
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<BackBtn
:button-class=
"'resetBtn'"
:button-icon=
"'el-icon-back'"
...
...
@@ -242,6 +242,7 @@ export default {
})
}
})
document
.
getElementById
(
'subButton'
).
blur
()
},
goBack
()
{
...
...
src/views/banner_management/banner_management.vue
View file @
78857d76
...
...
@@ -66,8 +66,8 @@
</el-form-item>
<el-form-item
style=
"position: absolute;right: 0.6%;"
>
<!--搜索 重置-->
<el-button
class=
"queryBtn"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
id=
"queryButton"
class=
"queryBtn"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
id=
"resetButton"
class=
"resetBtn"
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</div>
</el-form>
...
...
@@ -284,11 +284,13 @@ export default {
/** 搜索按钮操作 */
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
document
.
getElementById
(
'queryButton'
).
blur
()
this
.
getBannerList
()
},
/** 重置按钮操作 */
resetQuery
()
{
this
.
resetForm
(
'queryForm'
)
document
.
getElementById
(
'resetButton'
).
blur
()
this
.
handleQuery
()
},
// 多选框选中数据
...
...
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