Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 696da117
authored
Jun 24, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
1 parent
a4fc00eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
public/index.html
src/views/archi-ele-list/index.vue
src/views/collectDataConfiguration/Detail.vue
public/index.html
View file @
696da11
...
...
@@ -44,6 +44,7 @@
}
::-webkit-scrollbar
{
width
:
8px
;
height
:
8px
;
}
::-webkit-scrollbar-track
{
background-color
:
#fff
;
...
...
src/views/archi-ele-list/index.vue
View file @
696da11
This diff is collapsed.
Click to expand it.
src/views/collectDataConfiguration/Detail.vue
View file @
696da11
...
...
@@ -48,19 +48,14 @@ export default {
default
:
false
,
},
},
watch
:
{
// prjCodeDetail(v){
// this.query.queryParam.prjCode = v
// this.search()
// },
},
watch
:
{},
data
()
{
return
{
query
:
{
url
:
collectDataConfiguration
,
method
:
'post'
,
queryParam
:
{
prjCode
:
''
,
supervId
:
''
,
},
},
selectId
:
''
,
...
...
@@ -98,10 +93,10 @@ export default {
methods
:
{
handleClose
()
{
this
.
showDialog
=
false
this
.
query
.
queryParam
.
prjCode
=
''
this
.
query
.
queryParam
.
supervId
=
''
},
handleOpen
()
{
this
.
query
.
queryParam
.
prjCode
=
this
.
prjCodeDetail
this
.
query
.
queryParam
.
supervId
=
this
.
prjCodeDetail
this
.
search
()
},
async
search
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment