人员选择
This commit is contained in:
@@ -75,6 +75,7 @@ export default {
|
||||
reality: '',
|
||||
realityValue: '',
|
||||
menuLevel3Name: '',
|
||||
applicationId: '',
|
||||
title: '',
|
||||
description: '',
|
||||
images: [],
|
||||
@@ -106,6 +107,7 @@ export default {
|
||||
uni.$on('goBack', (data) => {
|
||||
console.log(data)
|
||||
this.forms.menuLevel3Name = data.applicationName
|
||||
this.forms.applicationId = data.applicationId
|
||||
this.forms.name = data.selectUser.name
|
||||
this.forms.optionId = data.selectUser.id
|
||||
})
|
||||
@@ -165,7 +167,8 @@ export default {
|
||||
applicationId: this.forms.applicationId,
|
||||
name: this.forms.name,
|
||||
optionId: this.forms.optionId,
|
||||
menuLevel3Name: this.forms.menuLevel3Name,
|
||||
// menuLevel3Name: this.forms.menuLevel3Name,
|
||||
applicationId: this.forms.applicationId,
|
||||
|
||||
reality: this.forms.realityValue ? this.forms.realityValue : this.forms.reality,
|
||||
title: this.forms.title,
|
||||
|
||||
Reference in New Issue
Block a user