|
@@ -366,6 +366,7 @@ export default {
|
|
|
this.nowPageId = bizId_id[1]
|
|
|
},
|
|
|
init(e, ele) {
|
|
|
+ console.log(e, ele, '才能健康的事')
|
|
|
this.modalShow = true
|
|
|
this.createLoading = false
|
|
|
this.$nextTick(() => {
|
|
@@ -385,6 +386,7 @@ export default {
|
|
|
this.titleName = '新建缺陷'
|
|
|
if (ele !== undefined) {
|
|
|
this.$set(this.formInline, 'taskId', ele.id)
|
|
|
+ this.$set(this.formInline, 'moduleIds', ele.moduleIds)
|
|
|
}
|
|
|
}
|
|
|
if (e === 2) {
|