Commit 6698fe4d authored by xiongjinke's avatar xiongjinke

修改

parent cf39a2b5
...@@ -244,6 +244,10 @@ export default { ...@@ -244,6 +244,10 @@ export default {
getDictType('project_category').then(result=>{ getDictType('project_category').then(result=>{
this.projectCategory = result.code == 200 ? result.data:[] this.projectCategory = result.code == 200 ? result.data:[]
}) })
//项目状态
getDictType('project_status_type').then(result=>{
this.status = result.code == 200 ? result.data:[]
})
}, },
computed: { computed: {
...@@ -344,7 +348,6 @@ export default { ...@@ -344,7 +348,6 @@ export default {
value:res.data[i].dictValue value:res.data[i].dictValue
}) })
} }
this.status = res.data
} }
}) })
}, },
......
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