|
@@ -1073,14 +1073,6 @@ export default {
|
1073
|
1073
|
}, 2000);
|
1074
|
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
|
1076
|
}else{
|
1085
|
1077
|
if(!this.model.closecode){
|
1086
|
1078
|
this.promptingConent = "请填写处理方式!";
|
|
@@ -1092,7 +1084,7 @@ export default {
|
1092
|
1084
|
}
|
1093
|
1085
|
}
|
1094
|
1086
|
this.modelData.incident.synergetic = this.synergeticChecked;
|
1095
|
|
- // this.loadShow = true;
|
|
1087
|
+ this.loadShow = true;
|
1096
|
1088
|
// 获取事件数据
|
1097
|
1089
|
// this.$http
|
1098
|
1090
|
// .get(
|