|
@@ -177,9 +177,10 @@ export default {
|
|
|
if (newVisible) {
|
|
|
if (this.title === '编辑需求') {
|
|
|
this.form = JSON.parse(JSON.stringify(this.data))
|
|
|
+ console.log(this.form.pm, 'csdaac')
|
|
|
this.form.pm = this.form.pm[0].idap
|
|
|
- this.form.modifier = localStorage.getItem('username')
|
|
|
this.init()
|
|
|
+ this.form.modifier = localStorage.getItem('username')
|
|
|
} else if (this.title === '新建需求' && this.data) {
|
|
|
this.form = JSON.parse(JSON.stringify(this.data))
|
|
|
}
|