Browse Source

优化

master
陈裕财 3 years ago
parent
commit
38956497f1
  1. 1
      src/views/xm/core/xmTestPlanCase/XmTestPlanCaseMng.vue

1
src/views/xm/core/xmTestPlanCase/XmTestPlanCaseMng.vue

@ -381,6 +381,7 @@ export default {
if(cases.some(k=>k.testType!=this.xmTestPlan.testType)){ if(cases.some(k=>k.testType!=this.xmTestPlan.testType)){
if(this.xmTestPlan.testType=='1'){ if(this.xmTestPlan.testType=='1'){
this.$notify({position:'bottom-left',showClose:true,message:"当前计划为自动化测试计划,请选择自动测试的用例加入",type:'error'}) this.$notify({position:'bottom-left',showClose:true,message:"当前计划为自动化测试计划,请选择自动测试的用例加入",type:'error'})
return;
} }
} }
this.addFormVisible=false; this.addFormVisible=false;

Loading…
Cancel
Save