1
lkk
5 天以前 84a9297d616a8db97330e3daa6b92974bb738fa5
1
2个文件已修改
15 ■■■■■ 已修改文件
src/views/doctor/checkAll/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/user/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/checkAll/index.vue
@@ -808,7 +808,6 @@
                      style="width: 100%"
                      :header-cell-style="{ background: '#67C23A' }"
                      :row-key="getRowKeys"
                      v-loading="loading"
                    >
                      <!-- :expand-row-keys="expends" -->
                      <el-table-column type="expand">
@@ -2581,7 +2580,7 @@
    },
    yichangjieguo() {
      this.isLoading = true;
      this.loading = true;
      this.status1 = 0;
      this.yichangList = [];
      yichang({
@@ -3339,6 +3338,7 @@
      let tjNumber = this.tableAll.tjNumber;
      let tjh = this.tableAll.tjNumber;
      let advice = this.textarea1;
      this.isLoading = true;
      let data = {
        tjNumber,
        advice,
@@ -3365,7 +3365,8 @@
      getTjdetailList(data)
        .then((response) => {
          if (response.code === 200) {
            this.$modal.msgSuccess("提交成功");
            this.isLoading = false;
           this.$modal.msgSuccess(response.msg);
            // 清空字段
            this.zhiyeJl = "";
            this.zhiyeJg = "";
@@ -3376,7 +3377,7 @@
              state: 1,
              id: this.MsgId,
            };
            gettoPdf(tjNumber)
            /* gettoPdf(tjNumber)
              .then((res) => {
                this.$modal.msgSuccess("已生成报告!请前往报告核收页面确认!");
              })
@@ -3384,7 +3385,7 @@
                this.$modal.msgError(
                  "打印报告失败,请前往报告打印页面补打报告!"
                );
              });
              }); */
            const statePromise = getfiedState(reportData).then(() => {
              this.drawer = false;
            });
src/views/system/user/index.vue
@@ -1877,6 +1877,10 @@
      this.getlistHosp();
      this.reset();
      this.form = row;
      this.form = {
        ...row,
        deptId: row.deptId != null ? String(row.deptId) : null, // 👈 确保为字符串
      };
      if (this.form.hospId) {
        this.sendhospName();
      }