|
@@ -365,7 +365,7 @@
|
|
|
</el-dialog>
|
|
|
<!-- 弹窗 -->
|
|
|
<openDialog v-if="dialog_open" ref="task_createdUpdata" />
|
|
|
- <createdBug v-if="modalShow" ref="createdBug" />
|
|
|
+ <createdBug v-if="modalShow" ref="createdBug" @reloadList="bug_list(codeCache)" />
|
|
|
<TestReport v-if="dialogVisible1" ref="TestReport" />
|
|
|
<DailyReport v-if="dialogDaily" ref="DailyReport" />
|
|
|
<ClientReport v-if="dialogClient" ref="ClientReport" />
|