su
su1124
2023-12-29 d10c7c728234b5a9098b7bd5bb7a914a14e33c20
src/views/doctor/check/index.vue
@@ -757,7 +757,7 @@
      :before-close="handleClose1"
    >
       <jianqianwenzhen
          :jianqianwenzhendata="jianqianwenzhendata"
          :jianqianwenzhendatas="jianqianwenzhendatas"
        ></jianqianwenzhen>
      <span slot="footer" class="dialog-footer">
        <el-button @click="jianqians = false">取 消</el-button>
@@ -795,9 +795,9 @@
  components: { Public, Historicalreport,jianqianwenzhen },
  data() {
    return {
      lishi:true,
      lishi:false,
      rowes:{},
      jianqianwenzhendata:[],
      jianqianwenzhendatas:[],
      jianqians:false,
      selected: false,
      checkval: false,
@@ -1334,13 +1334,19 @@
        if (res.data[0] != null) {
          this.reportHistorydata = res.data;
        }
        if(this.reportHistorydata.length >= 1){
          this.lishi = true;
        }else{
          this.lishi = true;
          this.$modal.msgError("暂无历史报告");
        }
      });
    },
    jianqian() {
      let tjNumber = this.rowes.tjNumber;
       getInfoById(tjNumber).then((response) => {
        this.jianqianwenzhendata = response.data;
        this.jianqianwenzhendatas = response.data;
        if (this.form.xiyan == null) {
          this.form.xiyan = "1";
        }