| | |
| | | style="margin-bottom: 15px" |
| | | /> |
| | | </div> |
| | | <el-scrollbar style="height: 516px; width: 100%"> |
| | | <el-scrollbar style="height: 629px; width: 100%"> |
| | | <div class="head-container"> |
| | | <el-tree |
| | | :data="deptOptions" |
| | |
| | | } |
| | | }); |
| | | this.title = "体检项目信息维护"; |
| | | |
| | | this.form.proId = this.queryParams.proId; |
| | | this.form.deptId = this.queryParams.deptId; |
| | | // this.form.proId = this.queryParams.proId; |
| | | this.form.proCheckMethod = "N"; |
| | | |
| | | if ((this.key = "Y")) { |
| | |
| | | addProject(this.form).then((response) => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.cancel(); |
| | | this.getList(); |
| | | }); |
| | | } |
| | | } |
| | |
| | | addProject(this.form).then((response) => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.cancel(); |
| | | this.getList(); |
| | | }); |
| | | } |
| | | } |