su
su1124
2023-12-14 c3567454dcc7b6978370f5257e918c1774b58247
src/views/doctor/check/index.vue
@@ -500,6 +500,7 @@
      info: {},
      allList: [],
      autorule: [],
      vals:{},
      form: {
        createTime: new Date()
      },
@@ -799,6 +800,7 @@
    },
    checkboxchange(val) {
      this.vals = val
      this.project = val.project
      this.formIn.tjNumber = this.tableAll.tjNumber
      this.formIn.cusId = this.tableAll.cusId
@@ -814,6 +816,8 @@
      })
      if (val.isPositive == "1") {
        this.checkval = true;
        this.formIn.flag = "0"
       this.formIn.level=""
      } else {
        this.formIn.flag = "0"
        addBigPositive(this.formIn).then(res => {
@@ -831,7 +835,7 @@
    },
    cancell() {
      this.checkval = false;
      this.vals.isPositive = "0"
    },
    Hzlog(val) {