From c3567454dcc7b6978370f5257e918c1774b58247 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 14 十二月 2023 18:04:56 +0800 Subject: [PATCH] su --- src/views/doctor/check/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index c525895..be8be35 100644 --- a/src/views/doctor/check/index.vue +++ b/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) { -- Gitblit v1.8.0