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 d9d79fc5
authored
Jun 24, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改了搜索框
1 parent
71caa718
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/collectDataConfiguration/index.vue
src/views/supervisionDataCollection/UploadDialog.vue
src/views/collectDataConfiguration/index.vue
View file @
d9d79fc
...
...
@@ -73,7 +73,7 @@ export default {
return
[
{
label
:
'督查方案名称'
,
// label文字
prop
:
'
prjCod
e'
,
// 字段名
prop
:
'
supervNam
e'
,
// 字段名
element
:
'el-input'
,
// 指定elementui组件
placeholder
:
'请输入内容'
,
// elementui组件属性
},
...
...
src/views/supervisionDataCollection/UploadDialog.vue
View file @
d9d79fc
...
...
@@ -165,8 +165,11 @@ export default {
},
// 打开弹框操作
async
fnQueryPrjNeedFile
()
{
const
params
=
{
prjId
:
this
.
rowData
.
prjId
}
this
.
getDicts
()
const
detail
=
await
getPrjInfoDetail
(
this
.
rowData
)
const
detail
=
await
getPrjInfoDetail
(
params
)
// console.log(detail)
let
filesValue
=
[]
if
(
detail
.
code
===
200
)
{
...
...
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