zhouna 4 년 전
부모
커밋
6f14cdcb61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/knowledgeExtra/AddDevKnow.vue

+ 1 - 1
src/components/knowledgeExtra/AddDevKnow.vue

@@ -857,7 +857,7 @@ export default {
               }
             }, 100);
           });
-        } else if (cErrIndex == -1 && fErrIndex != -1) {
+        } else if (cErrIndex == -1 && fErrIndex != -1&&this.form.typeId=='8') {
           this.tabActive = 'one';
           this.$message({
             showClose: true,