fix: 测试评审关联报错

This commit is contained in:
wenyann 2021-03-16 14:41:21 +08:00
parent 80dfe48968
commit 93dc64b11a
3 changed files with 5 additions and 4 deletions

View File

@ -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: '',

View File

@ -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>

View File

@ -133,6 +133,7 @@ export default {
},
data() {
return {
checked: true,
result: {},
currentProject: {},
dialogFormVisible: false,