Ver código fonte

Merge branch 'bug0818' into test

1178232204@qq.com 2 anos atrás
pai
commit
35de8359f2

+ 1 - 0
src/components/autoTest/AutoKnowledgeMapRuleTest.vue

@@ -243,6 +243,7 @@ export default {
     handleTest(row, index) {
       if (this.implement) {
         this._getRunningStatus();
+        return 
       }
       this.runningStatusArr = this.runningStatusArr.map((item, idx) => {
         if (idx === index) {

+ 1 - 0
src/components/testManager/staticKnowledgeMap/StaticKnowledgeMapTest.vue

@@ -263,6 +263,7 @@ export default {
     uploadFile(e) {
       if (this.implement) {
         this._getRunningStatus();
+        return;
       }
       if (this.statusIndex !== "") {
         this.runningStatusArr = this.runningStatusArr.map((item, idx) => {