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 e933a4dd
authored
Jun 20, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除了试用范围
1 parent
fdac565e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
src/api/architectureInspection.js
src/views/collectDataConfiguration/Add.vue
src/views/collectDataConfiguration/AddTabelList.vue
src/views/collectDataConfiguration/index.vue
src/api/architectureInspection.js
View file @
e933a4d
...
...
@@ -4,11 +4,11 @@
import
{
EADC_ARRCHITECTURE
,
EADC_KNOWLEDGE_POOL
,
EADC_SHARED_ABILITY
}
from
'@/config/micromodule'
// 收集资料配置 查询
export
const
collectDataSearch
=
EADC_ARRCHITECTURE
+
'/
Collect/C
ollectInformation/'
export
const
collectDataSearch
=
EADC_ARRCHITECTURE
+
'/
collect/c
ollectInformation/'
// 弹框内表格查询 prjCode: 不传 查全部 选择传,拼接的id
export
const
collectDataConfiguration
=
EADC_ARRCHITECTURE
+
'/
C
ollect/information/'
export
const
collectDataConfiguration
=
EADC_ARRCHITECTURE
+
'/
c
ollect/information/'
// 督查材料收集 查询
export
const
supervisionData
=
EADC_ARRCHITECTURE
+
'/
C
ollect/supervisionData/'
export
const
supervisionData
=
EADC_ARRCHITECTURE
+
'/
c
ollect/supervisionData/'
// 架构督查分析 查询 tab1 tab2
export
const
architectureInspectionAnalysis
=
EADC_ARRCHITECTURE
+
'/supervIndex/selectSupervIndex'
export
const
selectSupervAnalysis
=
EADC_ARRCHITECTURE
+
'/supervAnalysis/selectSupervAnalysis'
...
...
src/views/collectDataConfiguration/Add.vue
View file @
e933a4d
...
...
@@ -208,7 +208,7 @@ export default {
materialType
,
supervision
:
this
.
rowData
.
supervision
}
let
url
=
!
this
.
edit
?
'/
Collect/ad'
:
'/C
ollect/upd'
// 编辑
let
url
=
!
this
.
edit
?
'/
collect/ad'
:
'/c
ollect/upd'
// 编辑
this
.
$postRequest
(
url
,
params
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
loading
.
close
()
...
...
src/views/collectDataConfiguration/AddTabelList.vue
View file @
e933a4d
...
...
@@ -46,19 +46,17 @@ export default {
if
(
v
){
this
.
columns
=
[
{
label
:
'序号'
,
type
:
'index'
,
width
:
'80px'
},
{
label
:
'单位'
,
prop
:
'manageDept
Id
'
,
width
:
'150px'
},
{
label
:
'单位'
,
prop
:
'manageDept
Name
'
,
width
:
'150px'
},
{
label
:
'项目名称'
,
prop
:
'prjName'
,
},
{
label
:
'项目经理'
,
prop
:
'projectManager'
,
width
:
'200px'
},
{
label
:
'创建人'
,
prop
:
'createMan'
,
width
:
'150px'
},
]
}
else
{
this
.
columns
=
[
{
type
:
'selection'
,
width
:
'55px'
},
{
label
:
'序号'
,
type
:
'index'
,
width
:
'80px'
},
{
label
:
'单位'
,
prop
:
'manageDept
Id
'
,
width
:
'150px'
},
{
label
:
'单位'
,
prop
:
'manageDept
Name
'
,
width
:
'150px'
},
{
label
:
'项目名称'
,
prop
:
'prjName'
,
},
{
label
:
'项目经理'
,
prop
:
'projectManager'
,
width
:
'200px'
},
{
label
:
'创建人'
,
prop
:
'createMan'
,
width
:
'150px'
},
]
}
},
...
...
src/views/collectDataConfiguration/index.vue
View file @
e933a4d
This diff is collapsed.
Click to expand it.
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