Commit 324a8b4e authored by Mac's avatar Mac

1

parent 1215754d
...@@ -68,22 +68,7 @@ ...@@ -68,22 +68,7 @@
mainColor: '', mainColor: '',
active: 0, active: 0,
searchKey:"", searchKey:"",
typeList: [{ typeList: [],
Id: 0,
Name: '全部'
}, {
Id: 1,
Name: '百货'
}, {
Id: 2,
Name: 'Shopping Mall'
}, {
Id: 3,
Name: '集中式街区'
}, {
Id: 4,
Name: '其他'
}],
dataList:[], dataList:[],
msg:{ msg:{
pageIndex:1, pageIndex:1,
...@@ -139,7 +124,7 @@ ...@@ -139,7 +124,7 @@
Id:0, Id:0,
Name:"全部" Name:"全部"
}) })
this.typeList.concat(res.data) this.typeList = this.typeList.concat(res.data)
if(this.msg.ProjectType ==0){ if(this.msg.ProjectType ==0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment