commit
This commit is contained in:
@@ -277,10 +277,10 @@
|
||||
cid: this.$route.query.item.cid,
|
||||
content: this.opinionContent.content,
|
||||
partCode: this.opinionContent.partCode,
|
||||
userId: this.$store.getters.userInfo.userId,
|
||||
userName: this.$store.getters.userInfo.account,
|
||||
deptName: this.$store.getters.userInfo.orgName,
|
||||
deptId: this.$store.getters.userInfo.orgId
|
||||
userId: this.$store.getters.userInfo.userId || '',
|
||||
userName: this.$store.getters.userInfo.userName || '',
|
||||
deptName: this.$store.getters.userInfo.orgName || '',
|
||||
deptId: this.$store.getters.userInfo.orgId || ''
|
||||
}
|
||||
if (this.type === 'edit') {
|
||||
form.id = this.id
|
||||
|
||||
Reference in New Issue
Block a user