parent
311e163a4c
commit
c504b51625
|
@ -203,8 +203,9 @@
|
||||||
confirm() {
|
confirm() {
|
||||||
if (this.selection.length==0) {
|
if (this.selection.length==0) {
|
||||||
this.$warning(this.$t("api_test.definition.request.test_plan_select"));
|
this.$warning(this.$t("api_test.definition.request.test_plan_select"));
|
||||||
|
}else{
|
||||||
|
this.$emit('addTestPlan', this.selection);
|
||||||
}
|
}
|
||||||
this.$emit('addTestPlan', this.selection);
|
|
||||||
},
|
},
|
||||||
cancel(){
|
cancel(){
|
||||||
this.$emit('cancel');
|
this.$emit('cancel');
|
||||||
|
|
Loading…
Reference in New Issue