From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 26 四月 2024 15:30:04 +0800 Subject: [PATCH] su --- src/views/doctor/checkAll/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index a97c0b8..5beb0fd 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -1048,7 +1048,7 @@ </el-dialog> <Packages ref="bbb" :baogao="baogao" /> <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" /> - <createproposal ref="createproposal" :dataText="dataText" /> + <createproposal ref="createproposal" :textarea1="textarea1" /> <el-dialog title="甯哥敤寤鸿缁存姢" @@ -1483,7 +1483,7 @@ }); }, propoChange() { - this.cusobj = { sex: this.tableAll.cusSex, isZj: 1 }; + this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 }; this.$refs.proposal.open = true; this.$refs.proposal.title = "寤鸿鏂规"; // this.$refs.proposal.getList(); @@ -1495,7 +1495,7 @@ }); }, proposalChange() { - if (this.dataText.length != 0) { + if (this.textarea1) { this.$refs.createproposal.open = true; this.$refs.createproposal.title = "甯哥敤寤鸿缁存姢"; }else{ -- Gitblit v1.8.0