1
wwl
2025-04-03 599dc1a68be60373048aff95bd53ef8fdd138b4e
src/views/doctor/checkAll/index.vue
@@ -1449,7 +1449,7 @@
                loading.close();
              }, 3000);
              this.$message({
                message: "报告正在生成,请两分钟后预览!",
                message: "请撤回重新生成报告",
                type: "error"
              });
            } else {
@@ -1612,8 +1612,14 @@
      if (this.textarea1 == null) {
        this.textarea1 = "";
      }
      console.log(data)
      data.forEach((item) => {
        this.textarea1 += item.advice;
        if(item.advice){
          this.textarea1 += item.advice;
        }else{
          this.textarea1 += item.jynr;
        }
      });
    },
    proposalChange() {