seimin 1 年之前
父節點
當前提交
2f30b80d28
共有 1 個文件被更改,包括 1 次插入9 次删除
  1. 1 9
      src/views/summaryOrder.vue

+ 1 - 9
src/views/summaryOrder.vue

@@ -1073,14 +1073,6 @@ export default {
1073
           }, 2000);
1073
           }, 2000);
1074
           return;
1074
           return;
1075
         }
1075
         }
1076
-        if(this.model.knowledge && this.model.solutionType.length === 0){
1077
-          this.promptingConent = "请填写知识库类型!";
1078
-          this.promptingStatus = false;
1079
-          setTimeout(function() {
1080
-            $("#fade").fadeOut();
1081
-          }, 2000);
1082
-          return;
1083
-        }
1084
       }else{
1076
       }else{
1085
         if(!this.model.closecode){
1077
         if(!this.model.closecode){
1086
           this.promptingConent = "请填写处理方式!";
1078
           this.promptingConent = "请填写处理方式!";
@@ -1092,7 +1084,7 @@ export default {
1092
         }
1084
         }
1093
       }
1085
       }
1094
       this.modelData.incident.synergetic = this.synergeticChecked;
1086
       this.modelData.incident.synergetic = this.synergeticChecked;
1095
-      // this.loadShow = true;
1087
+      this.loadShow = true;
1096
       // 获取事件数据
1088
       // 获取事件数据
1097
       // this.$http
1089
       // this.$http
1098
       //   .get(
1090
       //   .get(