|
@@ -363,8 +363,10 @@ export default {
|
|
|
if (e === 2) {
|
|
|
this.titleName = '复制缺陷'
|
|
|
if (ele !== undefined) {
|
|
|
+ console.log(ele, this.userInformation, 'cddcs')
|
|
|
this.formInline = ele
|
|
|
this.show2 = true
|
|
|
+ this.formInline.creatorList = this.userNames
|
|
|
this.$set(this.formInline, 'bugName', '')
|
|
|
this.$set(this.formInline, 'accessory', '')
|
|
|
this.options = []
|