fix: 最近用例跳转显示uuid
This commit is contained in:
parent
73a4ee5d12
commit
e32635ed30
|
@ -218,10 +218,9 @@
|
||||||
|
|
||||||
<script>
|
<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'
|
import MsDialogFooter from '../../../common/components/MsDialogFooter'
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "TestCaseEdit",
|
name: "TestCaseEdit",
|
||||||
components: {MsDialogFooter},
|
components: {MsDialogFooter},
|
||||||
|
@ -290,6 +289,9 @@
|
||||||
watch: {
|
watch: {
|
||||||
treeNodes() {
|
treeNodes() {
|
||||||
this.getModuleOptions();
|
this.getModuleOptions();
|
||||||
|
},
|
||||||
|
currentProject() {
|
||||||
|
this.getTestOptions();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue