seimin 3 年之前
父节点
当前提交
f4214cf542
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/newIncident.vue

+ 5 - 0
src/views/newIncident.vue

@@ -1256,6 +1256,11 @@ export default {
1256
         this.order = 2;
1256
         this.order = 2;
1257
         this.model.handleUserOrGroup = false;
1257
         this.model.handleUserOrGroup = false;
1258
         this.model.candidateGroups = sj.group.id;
1258
         this.model.candidateGroups = sj.group.id;
1259
+      }else{
1260
+        this.order = 1;
1261
+        this.model.handleUserOrGroup = false;
1262
+        this.model.handlerUser = '';
1263
+        this.model.candidateGroups = '';
1259
       }
1264
       }
1260
     },
1265
     },
1261
     // 事件分类
1266
     // 事件分类