su
su1124
2024-02-05 f684f2df6dd0ab7f0d15f59ab61dcff952b8ce2b
src/views/hosp/project/index.vue
@@ -12,7 +12,7 @@
            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"
@@ -1089,8 +1089,8 @@
        }
      });
      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")) {
@@ -1617,6 +1617,7 @@
                addProject(this.form).then((response) => {
                  this.$modal.msgSuccess("新增成功");
                  this.cancel();
                  this.getList();
                });
              }
            }
@@ -1680,6 +1681,7 @@
                addProject(this.form).then((response) => {
                  this.$modal.msgSuccess("新增成功");
                  this.cancel();
                  this.getList();
                });
              }
            }