Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ty_patentSys
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
ty_patentSys
Commits
6f62a753
Commit
6f62a753
authored
Aug 15, 2023
by
liudx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业专利
parent
936bb73b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/views/company/index.vue
+4
-0
src/views/patent/index.vue
+5
-0
No files found.
src/views/company/index.vue
View file @
6f62a753
...
...
@@ -6,6 +6,7 @@
:bordered=
"false"
allowClear
@
input=
"onInput"
@
blur=
"onBlur"
>
<template
#
addonBefore
>
<a-select
v-model:value=
"type"
class=
"type"
>
...
...
@@ -590,6 +591,9 @@ export default {
}
});
},
onBlur
(){
this
.
search_result_show
=
false
},
//从联想结果打开公司页面
lenovnoCompanyDetails
(
item
)
{
this
.
$router
.
push
({
...
...
src/views/patent/index.vue
View file @
6f62a753
...
...
@@ -6,6 +6,7 @@
:bordered=
"false"
allowClear
@
input=
"onInput"
@
blur=
"onBlur"
>
<template
#
addonBefore
>
<a-select
v-model:value=
"type"
class=
"type"
>
...
...
@@ -385,6 +386,10 @@ export default {
}
});
},
//onBlur
onBlur
(){
this
.
search_result_show
=
false
},
//从联想结果打开专利页面
lenovnoPatentDetails
(
item
)
{
this
.
$router
.
push
({
...
...
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