Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
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
quanku
qk_admin
Commits
80a9e5e4
Commit
80a9e5e4
authored
Nov 24, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 数据分析必须输入关键字
parent
29f0d82b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
src/views/redData/analysisList.vue
src/views/redData/analysisList.vue
+12
-11
No files found.
src/views/redData/analysisList.vue
View file @
80a9e5e4
...
...
@@ -3,7 +3,7 @@
<div
class=
"filter-container"
>
<div
class=
"filter-item"
>
<el-input
v-model=
"listQuery.keyword"
clearable
size=
"mini"
class=
"filter-item"
style=
"width: 200px;margin-right: 10px"
placeholder=
"请输入关键词"
/>
<el-button
size=
"mini"
class=
"filter-item"
type=
"primary"
@
click=
"
g
etList"
>
查询
</el-button>
<el-button
size=
"mini"
class=
"filter-item"
type=
"primary"
@
click=
"
handlerG
etList"
>
查询
</el-button>
</div>
<div
class=
"filter-item"
>
<div
class=
"filter-item__title"
style=
"margin-right: 10px"
>
笔记分类:
</div>
...
...
@@ -130,18 +130,19 @@ export default {
this
.
showDetail
=
true
},
handlerGetList
()
{
if
(
!
this
.
listQuery
.
keyword
)
{
this
.
$message
.
error
(
'
请输入关键字
'
)
return
}
this
.
getList
()
},
getList
()
{
if
(
!
this
.
listQuery
.
keyword
)
{
this
.
listLoading
=
false
return
}
this
.
listLoading
=
true
// this.listLoading = true
// findNoteSoareData(this.listQuery).then(response => {
// this.list = response.data.data.dataList
// this.total = response.data.data.total
// this.listLoading = false
// }).catch((e) => {
// this.list = []
// this.total = 0
// this.listLoading = false
// })
axios
.
post
(
'
http://xhs-py.wanwudezhi.work/countKeyword
'
,
this
.
listQuery
)
.
then
(
res
=>
{
...
...
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