@@ -520,7 +520,9 @@ export default {
add() {
this.mode = "add";
this.saveDialogVisible = true;
- this.formInline = {};
+ this.formInline = {
+ IsAutoCreateReport: true
+ };
},
async addTeam(data) {
this.teamMode = "add";