Commit daf5e126 by 史敦盼

选择项目title默认

1 parent d12ec491
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
props: { props: {
title: { title: {
type: String, type: String,
default: '', default: '选择项目',
}, },
visible: { visible: {
type: Boolean, type: Boolean,
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
> >
<ChoosePrjDialog <ChoosePrjDialog
@selectData="selectData" @selectData="selectData"
title="选择项目"
:visible.sync="choosePrjVisible" :visible.sync="choosePrjVisible"
/> />
</div> </div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!