Merge branch 'master' of https://github.com/metersphere/server
This commit is contained in:
commit
6604834cbf
|
@ -85,6 +85,7 @@ public class TestPlanTestCaseService {
|
||||||
|
|
||||||
TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs();
|
TestPlanTestCaseWithBLOBs testPlanTestCase = new TestPlanTestCaseWithBLOBs();
|
||||||
BeanUtils.copyBean(testPlanTestCase, request);
|
BeanUtils.copyBean(testPlanTestCase, request);
|
||||||
|
testPlanTestCase.setUpdateTime(System.currentTimeMillis());
|
||||||
testPlanTestCaseMapper.updateByExampleSelective(
|
testPlanTestCaseMapper.updateByExampleSelective(
|
||||||
testPlanTestCase,
|
testPlanTestCase,
|
||||||
testPlanTestCaseExample);
|
testPlanTestCaseExample);
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<el-card class="card-content" v-loading="result.loading">
|
<el-card class="card-content" v-loading="result.loading">
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<ms-table-header :is-tester-permission="true" :condition.sync="condition" @search="initTableData"
|
<ms-table-header :is-tester-permission="true" :condition.sync="condition" @search="initTableData"
|
||||||
:show-create="false">
|
:show-create="false" :tip="$t('commons.search_by_name_or_id')">
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
<node-breadcrumb class="table-title" :nodes="selectParentNodes" @refresh="refresh"/>
|
<node-breadcrumb class="table-title" :nodes="selectParentNodes" @refresh="refresh"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue