提交 003284b9 编写于 作者: C Captain.B

Merge remote-tracking branch 'origin/master'

......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册