Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
324a8b4e
Commit
324a8b4e
authored
Mar 25, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1215754d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
list.vue
pages/kotra/carrier/list.vue
+2
-17
No files found.
pages/kotra/carrier/list.vue
View file @
324a8b4e
...
...
@@ -68,22 +68,7 @@
mainColor
:
''
,
active
:
0
,
searchKey
:
""
,
typeList
:
[{
Id
:
0
,
Name
:
'全部'
},
{
Id
:
1
,
Name
:
'百货'
},
{
Id
:
2
,
Name
:
'Shopping Mall'
},
{
Id
:
3
,
Name
:
'集中式街区'
},
{
Id
:
4
,
Name
:
'其他'
}],
typeList
:
[],
dataList
:[],
msg
:{
pageIndex
:
1
,
...
...
@@ -139,7 +124,7 @@
Id
:
0
,
Name
:
"全部"
})
this
.
typeList
.
concat
(
res
.
data
)
this
.
typeList
=
this
.
typeList
.
concat
(
res
.
data
)
if
(
this
.
msg
.
ProjectType
==
0
){
...
...
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