From edb5616505a118523882a83f53f00e88d03bd373 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 20 五月 2024 12:07:51 +0800 Subject: [PATCH] qxtj --- src/views/doctor/test/index.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/test/index.vue b/src/views/doctor/test/index.vue index 1ce7991..f348c76 100644 --- a/src/views/doctor/test/index.vue +++ b/src/views/doctor/test/index.vue @@ -718,7 +718,6 @@ }); }, hb(){ - console.log(this.queryParams.tjNumber); if (this.queryParams.tjNumber != "") { this.submitForm(); } @@ -835,7 +834,6 @@ }, submitFormapply() { - console.log(this.form) let data = {} this.userList.forEach(item1 => { if (this.form.hzDoctorId == item1.userId) { @@ -949,7 +947,6 @@ // if(newRows[0].hzReplyLogsList){ // this.hzReplyLogsList = newRows[0].hzReplyLogsList // } - // console.log(this.hzReplyLogsList) // this.allList = newRows } else { this.allList = [] @@ -1074,7 +1071,7 @@ if (this.proParentList.xiaoJie.length != 0) { this.Parent.forEach((item3) => { if (item3.proId === this.nums) { - this.proParentList.remark = item.remark; + this.proParentList.remark = item3.remark; } }); } else { -- Gitblit v1.8.0