src/views/hosp/project/index.vue
@@ -471,7 +471,9 @@ id: null, }, // 表单参数 form: {}, form: { needReport :"Y" }, // 表单校验 rules: { createTime: [ @@ -568,7 +570,7 @@ /** 新增按钮操作 */ handleAdd(row) { this.reset(); // this.reset(); this.loading = true; ProjectTree().then((response) => { if (response.code == 200) { @@ -591,7 +593,7 @@ this.form.deptId = this.queryParams.deptId; this.form.proCheckMethod = "N"; this.form.needReport ="Y" if ((this.key = "Y")) { gettreeList().then((response) => { this.deptOptionstree = response.data;