Browse Source

问题修改

1178232204@qq.com 2 years ago
parent
commit
66a00c7d6d

+ 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) => {