Commit 324a8b4e authored by Mac's avatar Mac

1

parent 1215754d
......@@ -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){
......
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