Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
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
赵啸非
enterprise-platform
Commits
937271b3
Commit
937271b3
authored
Dec 12, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化列表查询功能
parent
58052829
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
191 additions
and
147 deletions
+191
-147
enterprise-manager-ui/admin/src/views/feedback/list.vue
enterprise-manager-ui/admin/src/views/feedback/list.vue
+184
-147
enterprise-manager-ui/admin/src/views/product/list.vue
enterprise-manager-ui/admin/src/views/product/list.vue
+7
-0
No files found.
enterprise-manager-ui/admin/src/views/feedback/list.vue
View file @
937271b3
This diff is collapsed.
Click to expand it.
enterprise-manager-ui/admin/src/views/product/list.vue
View file @
937271b3
...
@@ -77,6 +77,12 @@ export default {
...
@@ -77,6 +77,12 @@ export default {
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
form
,
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
form
,
{
hot
:
1
}
{
hot
:
1
}
);
);
}
else
{
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
form
=
Object
.
assign
(
{},
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
form
,
{
hot
:
""
}
);
}
}
let
{
path
,
query
}
=
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
$route
;
let
{
path
,
query
}
=
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
$route
;
let
data
=
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
decode
(
let
data
=
this
.
$refs
.
layouttable
.
$refs
.
searchform
.
decode
(
...
@@ -97,6 +103,7 @@ export default {
...
@@ -97,6 +103,7 @@ export default {
},
},
changeIshot
(
val
)
{
changeIshot
(
val
)
{
this
.
ishot
=
val
;
this
.
ishot
=
val
;
this
.
onSearch
();
},
},
},
},
data
()
{
data
()
{
...
...
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