Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
ea065012
Commit
ea065012
authored
Apr 28, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCAP控制计划管理-关键零部件清单接口对接
parent
d8caaccd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
view.vue
...olPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
+4
-14
No files found.
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
View file @
ea065012
...
...
@@ -718,25 +718,15 @@ const deptList = [
},
]
watch
(
activeTab
,
(
newVal
)
=>
{
queryParams
.
value
.
pageNum
=
1
// 切换标签时重置页码
// getList(newVal)
})
const
handlePagination
=
({
page
,
limit
})
=>
{
queryParams
.
value
.
pageNum
=
page
queryParams
.
value
.
pageSize
=
limit
// getList(activeTab.value)
}
function
getFrom
()
{
const
id
=
proxy
.
$route
.
query
.
id
getCCAPPlanDescriptions
(
"1914495012314279936"
).
then
(
res
=>
{
formList
.
value
=
res
.
data
descriptionsList
.
value
=
formList
.
value
.
compilationTaskDetail
stepList
.
value
=
formList
.
value
.
nodeRecords
console
.
log
(
"666"
,
formList
.
value
)
console
.
log
(
"777"
,
descriptionsList
.
value
)
console
.
log
(
"888"
,
stepList
.
value
)
//
console.log("666",formList.value)
//
console.log("777",descriptionsList.value)
//
console.log("888",stepList.value)
// if (formList.value.length > 0) {
// activeTab.value = formList.value[0].id // 默认第一个标签的id
// getList(formList.value[0].id) // 初始化加载第一个标签的数据
...
...
@@ -744,7 +734,7 @@ function getFrom() {
})
getCCAPPlanKeyList
().
then
(
res
=>
{
keyPartsList
.
value
=
res
.
data
console
.
log
(
"999"
,
keyPartsList
.
value
)
//
console.log("999",keyPartsList.value)
})
}
const
handleBack
=
()
=>
{
...
...
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