Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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
赵啸非
device-new-platform
Commits
370598f1
Commit
370598f1
authored
Jun 01, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改平台获取方式为缓存方式
parent
e38a012a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
device-manager-ui/admin/src/components/SearchForm.vue
device-manager-ui/admin/src/components/SearchForm.vue
+2
-2
No files found.
device-manager-ui/admin/src/components/SearchForm.vue
View file @
370598f1
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
<el-form-item>
<el-form-item>
<el-button
<el-button
type=
"primary"
class=
"addclass"
type=
"primary"
class=
"addclass"
icon=
"el-icon-search"
icon=
"el-icon-search"
@
click=
"onSubmit"
@
click=
"onSubmit"
title=
"查询"
title=
"查询"
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
path
:
path
,
path
:
path
,
query
:
Object
.
assign
({},
query
,
data
),
query
:
Object
.
assign
({},
query
,
data
),
});
});
this
.
decodetwo
(
this
.
form
)
//
this.decodetwo(this.form)
},
},
// 解析url字符串,去除query字段
// 解析url字符串,去除query字段
encode
(
data
,
formTemp
)
{
encode
(
data
,
formTemp
)
{
...
...
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