fix: 最近用例跳转显示uuid

This commit is contained in:
chenjianxing 2020-07-22 21:32:48 +08:00
parent 73a4ee5d12
commit e32635ed30
1 changed files with 4 additions and 2 deletions

View File

@ -218,10 +218,9 @@
<script>
import {CURRENT_PROJECT, WORKSPACE_ID, TokenKey} from '../../../../../common/js/constants';
import {WORKSPACE_ID, TokenKey} from '../../../../../common/js/constants';
import MsDialogFooter from '../../../common/components/MsDialogFooter'
export default {
name: "TestCaseEdit",
components: {MsDialogFooter},
@ -290,6 +289,9 @@
watch: {
treeNodes() {
this.getModuleOptions();
},
currentProject() {
this.getTestOptions();
}
},
methods: {