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
5149f2ae
Commit
5149f2ae
authored
2 weeks ago
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(CCAP控制计划管理):事业部接口修改
parent
c5062637
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
CCAPControlPlanManagement.js
...pi/CCAPControlPlanManagement/CCAPControlPlanManagement.js
+2
-2
index.vue
...lPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
+1
-1
index.vue
...lPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
+1
-1
No files found.
src/api/CCAPControlPlanManagement/CCAPControlPlanManagement.js
View file @
5149f2ae
...
...
@@ -8,10 +8,10 @@ export function getCCAPPlanList(query) {
params
:
query
})
}
// 查询
所有事业部名称
// 查询
事业部信息
export
function
getAllBusinessUnitName
()
{
return
request
({
url
:
'/control/unit/
list
'
,
url
:
'/control/unit/
currentUnitInfo
'
,
method
:
'get'
,
})
}
...
...
This diff is collapsed.
Click to expand it.
src/views/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
View file @
5149f2ae
...
...
@@ -533,7 +533,7 @@
</el-col>
<el-col
:span=
"12"
>
<div
class=
"button-container"
>
<el-button
style=
"width: 110px"
class=
"btn-A"
@
click=
"
compilationCompleted
"
>
{{ cn.search }}{{ en.search }}
</el-button>
<el-button
style=
"width: 110px"
class=
"btn-A"
@
click=
"
handleCompilationCompletedQuery
"
>
{{ cn.search }}{{ en.search }}
</el-button>
<el-button
style=
"width: 110px"
class=
"btn-B"
@
click=
"resetCompilationCompletedQuery"
>
{{ cn.reset }}{{ en.reset }}
</el-button>
</div>
</el-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
View file @
5149f2ae
...
...
@@ -937,7 +937,7 @@ function getALLUserDeptList(){
// 查询下拉框 获取所有事业部
function
getAllBusinessUnit
()
{
getAllBusinessUnitName
().
then
(
res
=>
{
businessList
.
value
=
res
.
rows
businessList
.
value
=
res
.
data
})
}
// 查询下拉框 获取所有车型代码
...
...
This diff is collapsed.
Click to expand it.
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