|
@@ -373,7 +373,7 @@
|
|
|
<!-- 新建(bug) -->
|
|
|
<createdBug v-if="bug_open" ref="createdBug" @getBugList="reloadList" />
|
|
|
<create-children v-if="createChildren" :visible.sync="createChildren" :data="form_query" :new-add="true" @change="reloadList" />
|
|
|
- <Test-report v-if="dialogTest" ref="TestReport" />
|
|
|
+ <Test-report v-if="dialogTest" ref="TestReport" @getList="getTest" />
|
|
|
<Daily-report v-if="dialogDaily" ref="DailyReport" />
|
|
|
<ReleaseReport v-if="dialogClient" ref="ClientReport" />
|
|
|
<!-- 新建 -->
|
|
@@ -616,6 +616,9 @@ export default {
|
|
|
this.$store.state.data.status = false
|
|
|
},
|
|
|
methods: {
|
|
|
+ getTest() {
|
|
|
+ this.taskGet()
|
|
|
+ },
|
|
|
analysisBizId_id() { // 解析路由中的bizId_id
|
|
|
if (!this.$route.query.bizId_id) return
|
|
|
const bizId_id = analysisBizId_id(this.$route.query.bizId_id)
|