zhouna 4 лет назад
Родитель
Сommit
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,