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
ec6d9188
Commit
ec6d9188
authored
Sep 25, 2023
by
hanxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改专利经营范围
parent
4c8cc4ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/views/patent/patentDetails.vue
+4
-0
No files found.
src/views/patent/patentDetails.vue
View file @
ec6d9188
...
@@ -659,13 +659,17 @@ export default {
...
@@ -659,13 +659,17 @@ export default {
if
(
item
.
patents
.
length
>
3
)
{
if
(
item
.
patents
.
length
>
3
)
{
item
.
patents
.
splice
(
2
,
item
.
patents
.
length
-
3
);
item
.
patents
.
splice
(
2
,
item
.
patents
.
length
-
3
);
}
}
if
(
item
.
business_scope
)
{
item
.
business_scope_clone
=
[...
item
.
business_scope
];
item
.
business_scope_clone
=
[...
item
.
business_scope
];
item
.
business_scope_clone
.
forEach
((
it
,
index
)
=>
{
item
.
business_scope_clone
.
forEach
((
it
,
index
)
=>
{
item
.
business_scope_clone
[
index
]
=
it
.
replace
(
item
.
business_scope_clone
[
index
]
=
it
.
replace
(
/<
[^
<>
]
+>/g
,
/<
[^
<>
]
+>/g
,
""
""
);
);
});
});
}
item
.
patents_clone
=
[...
item
.
patents
];
item
.
patents_clone
=
[...
item
.
patents
];
item
.
patents_clone
.
forEach
((
it
,
index
)
=>
{
item
.
patents_clone
.
forEach
((
it
,
index
)
=>
{
item
.
patents_clone
[
index
]
=
it
.
replace
(
/<
[^
<>
]
+>/g
,
""
);
item
.
patents_clone
[
index
]
=
it
.
replace
(
/<
[^
<>
]
+>/g
,
""
);
...
...
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