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
56c8d8fa
Commit
56c8d8fa
authored
Apr 22, 2025
by
Mr.Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车型页面修改
parent
67c00a60
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
553 additions
and
912 deletions
+553
-912
domestic.js
src/api/vehicleModelData/domestic.js
+16
-0
index.vue
src/views/baseData/vehicleModelData/domestic/index.vue
+0
-524
domesticModel.vue
src/views/baseData/vehicleModelData/domesticModel.vue
+422
-242
internationalModel.vue
src/views/baseData/vehicleModelData/internationalModel.vue
+115
-146
No files found.
src/api/vehicleModelData/domestic.js
View file @
56c8d8fa
...
...
@@ -9,6 +9,15 @@ export function listModel(query) {
})
}
// 查询国际车型列表
export
function
listInternationalModel
(
query
)
{
return
request
({
url
:
'/control/model/list/International'
,
method
:
'get'
,
params
:
query
,
})
}
// 查询国内车型详细
export
function
getModel
(
id
)
{
return
request
({
...
...
@@ -16,6 +25,13 @@ export function getModel(id) {
method
:
'get'
,
})
}
// 查询国内车型详细
export
function
getInternationalModel
(
id
)
{
return
request
({
url
:
'/control/model/International/'
+
id
,
method
:
'get'
,
})
}
// 新增国内车型
export
function
addModel
(
data
)
{
...
...
src/views/baseData/vehicleModelData/domestic/index.vue
deleted
100644 → 0
View file @
67c00a60
This diff is collapsed.
Click to expand it.
src/views/baseData/vehicleModelData/domesticModel.vue
View file @
56c8d8fa
This diff is collapsed.
Click to expand it.
src/views/baseData/vehicleModelData/internationalModel.vue
View file @
56c8d8fa
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