lkk
2025-02-06 8c6f8e64ca39b0ca7bf545eb0c0328fb79914424
loading&xh
2个文件已修改
14 ■■■■■ 已修改文件
src/views/doctor/check/index.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue
@@ -1598,8 +1598,14 @@
      return "";
    },
    getbzlist() {
      this.loading = true;
      getDeptAdvice(this.queryParam1).then((response) => {
        this.deptAdviceList = response.data.list;
        if(response.data.list){
          this.deptAdviceList = response.data.list;
          this.loading = false
        }
        this.total1 = response.data.total;
      });
    },
@@ -2539,6 +2545,7 @@
            tjNumber: this.tjNumber,
            proParentId: this.nums,
          };
          this.loading = true;
          getParentId(data).then((response) => {
            this.proParentList = response.data;
            this.value = [];
src/views/hosp/project/index.vue
@@ -249,6 +249,9 @@
        <el-form-item label="备注" prop="proRemark">
          <el-input v-model="form.proRemark" placeholder="请输入备注" style="width: 200px" />
        </el-form-item>
        <el-form-item label="排序" prop="xh">
          <el-input v-model="form.xh" placeholder="请输入备注" style="width: 200px" />
        </el-form-item>
      </el-form>
      <el-button style="margin-left: 40px" type="primary" plain size="mini" icon="el-icon-plus"
        @click="addmembers">新增行</el-button>
@@ -546,6 +549,7 @@
        sfzhfy: "Y",
        hisdj: "",
        sl: "",
        xh:"0",
        proStatus: "0",
        proName: "",
        proPrice: "",
@@ -1002,6 +1006,7 @@
        proEngName: null,
        proPrice: "0.00",
        proRemark: null,
        xh:"0",
        createBy: null,
        createTime: null,
        updateBy: null,