fix: 测试评审关联报错
This commit is contained in:
parent
80dfe48968
commit
93dc64b11a
|
@ -19,6 +19,9 @@
|
|||
<slot name="footer"></slot>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div style="margin-bottom: 15px;margin-right: 0">
|
||||
<el-checkbox v-model="checked">同步添加关联的接口和性能测试</el-checkbox>
|
||||
</div>
|
||||
<ms-dialog-footer @cancel="close" @confirm="save"/>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -41,6 +44,7 @@
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
checked: true,
|
||||
result: {},
|
||||
currentProject: {},
|
||||
projectId: '',
|
||||
|
|
|
@ -63,10 +63,6 @@
|
|||
|
||||
<div v-if="!lineStatus" style="text-align: center">{{ $t('test_track.review_view.last_page') }}</div>
|
||||
<div style="text-align: center">共 {{ total }} 条</div>
|
||||
<div style="margin-bottom: 15px;margin-right: 0">
|
||||
<el-checkbox v-model="checked">同步添加关联的接口和性能测试</el-checkbox>
|
||||
</div>
|
||||
|
||||
</test-case-relevance-base>
|
||||
|
||||
</template>
|
||||
|
|
|
@ -133,6 +133,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
checked: true,
|
||||
result: {},
|
||||
currentProject: {},
|
||||
dialogFormVisible: false,
|
||||
|
|
Loading…
Reference in New Issue