1
lkk
3 天以前 55e2c8c7423918e31062c1225b1984af73fe44de
1
1个文件已修改
12 ■■■■■ 已修改文件
src/views/hosp/project/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue
@@ -1327,7 +1327,7 @@
      this.form.lisXmbm = param1[0].pacCode;
      this.form.lisXmmc = param1[0].pacName;
    },
    /* getList() {
    getList() {
      this.loading = true;
      let data = {
        proName: this.queryParams.proName,
@@ -1339,7 +1339,7 @@
        this.projectList = response.data.list;
        this.loading = false;
      });
    }, */
    },
    getConsumables() {
      this.loading = true;
      listConsumables(this.queryParams).then((response) => {
@@ -1665,14 +1665,12 @@
      }
    },
    handleUpdate1() {
      // this.updateLoading = true;
      this.form = {};
      // this.form = this.xiugaiList;
      // this.form.proStatus = this.form.proStatus.toString();
      // this.form.sfcyyc = this.form.sfcyyc.toString();
      // this.form.proDelivery = this.form.proDelivery.toString();
      this.proParent = true;
      this.isPriceDisabled = true;
        // 先加载科室列表数据,再设置表单数据
      // 先加载科室列表数据,再设置表单数据
      Promise.all([
        listDept(this.queryParams),
        getlist()