Commit db69e94c authored by 徐俊's avatar 徐俊

xujun

parent 66c3a1c7
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
</a-col> </a-col>
<a-col :span="20"> <a-col :span="20">
<a-form-model-item prop="projName"> <a-form-model-item prop="projName">
<a-input placeholder="项目名称" v-model="formData.projName" :maxLength="100" style="width: 80%" /> <a-input placeholder="项目名称" v-model="formData.projName" :maxLength="100" style="width: 80%" @change="projNameChange" />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
</a-row> </a-row>
...@@ -755,6 +755,9 @@ export default { ...@@ -755,6 +755,9 @@ export default {
return true return true
} }
}, },
projNameChange(value) {
this.formData.projectKPI.projName = this.formData.projName
},
startDateChange (value, dateString) { startDateChange (value, dateString) {
this.formData.projectKPI.startDate = this.formData.startDate this.formData.projectKPI.startDate = this.formData.startDate
}, },
......
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