fix(测试跟踪): 脑图快捷键复制粘贴跳转没有提示保存

--bug=1013804 --user=陈建星 【测试跟踪】测试用例-脑图模式下,用ctrl+c快捷键复制用例,粘贴到另一个模块下,切换回用例列表,没提示保存 https://www.tapd.cn/55049933/s/1175505
This commit is contained in:
chenjianxing 2022-06-07 21:21:01 +08:00 committed by jianxing
parent 072a482032
commit d03ff786c3
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
"vue-float-action-button": "^0.6.6",
"vue-i18n": "^8.15.3",
"vue-jsonpath-picker": "^1.1.5",
"vue-minder-editor-plus": "1.0.44",
"vue-minder-editor-plus": "1.0.45",
"vue-papa-parse": "^2.0.0",
"vue-pdf": "^4.2.0",
"vue-router": "^3.1.3",

View File

@ -3,7 +3,7 @@
<div class="report-left">
<div class="title">
{{ type }}- {{ title }}
<span v-if="report.endTime || report.createTime">
<span v-if="report && (report.endTime || report.createTime)">
<span style="margin-left: 10px">{{ $t('report.test_start_time') }}</span>
<span class="time"> {{ report.createTime | timestampFormatDate }}</span>
<span style="margin-left: 10px">{{ $t('report.test_end_time') }}</span>

View File

@ -174,7 +174,7 @@ name: "TestCaseMinder",
if (handleMinderIssueDelete(even.commandName)) return; //
if (['priority', 'resource', 'removenode', 'appendchildnode', 'appendparentnode', 'appendsiblingnode'].indexOf(even.commandName) > -1) {
if (['priority', 'resource', 'removenode', 'appendchildnode', 'appendparentnode', 'appendsiblingnode', 'paste'].indexOf(even.commandName) > -1) {
//
this.setIsChange(true);
}