Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
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
easyUI
hls-easy-ui
Commits
e74e91c7
Commit
e74e91c7
authored
Oct 12, 2024
by
王纵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询搜索
parent
9a244884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/Dynamic/ConfigRenderComponent/QueryForm/index.vue
+6
-3
No files found.
src/Dynamic/ConfigRenderComponent/QueryForm/index.vue
View file @
e74e91c7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com
* @Author: zong.wang01@hand-china.com
* @Date: 2024-07-29 10:51:56
* @Date: 2024-07-29 10:51:56
* @LastEditors: zong.wang01@hand-china.com
* @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-
09-19 15:37:07
* @LastEditTime: 2024-
10-12 11:26:43
* @Version: 1.0.0
* @Version: 1.0.0
* @Description: 查询表单渲染
* @Description: 查询表单渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing
* @Copyright: Copyright (c) 2021, Hand-RongJing
...
@@ -89,8 +89,11 @@ export default {
...
@@ -89,8 +89,11 @@ export default {
this
.
configDatas
=
this
.
dynamicInfo
().
config
;
this
.
configDatas
=
this
.
dynamicInfo
().
config
;
},
},
methods
:
{
methods
:
{
onSearch
()
{
// 搜索
onSearch
(
val
)
{
// 搜索
// console.log('souusole')
const
values
=
{
[
this
.
fields
[
0
].
columnName
]:
val
}
EventBus
.
$emit
(
'tableQuery'
,
{
values
,
tabCode
:
this
.
tabInfo
.
tabCode
});
},
},
showForm
()
{
showForm
()
{
this
.
show
=
true
;
this
.
show
=
true
;
...
...
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