From 16ab2673285119a38a78f635c0b74384b423c55e Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 29 四月 2025 17:12:50 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 02f1ecd..cdb1d10 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -1113,6 +1113,9 @@ this.newItem.jcxm = value; } }, + change(val) { + console.log('閫変腑鐨勫�兼槸锛�', val); + }, addAdvice() { this.newItem.map.push({ bt: '', nr: '' }); @@ -1132,6 +1135,8 @@ shanchu({ id: row.orderDetailId, }).then((res) => { + console.log(res,1111); + if (res.code === 200) { const parentItem = this.yichangList.find(item => item.sone.some(soneItem => soneItem.orderDetailId === row.orderDetailId) -- Gitblit v1.8.0