From 57a7537f38f78499218c2d23f4c09a26add08c5a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 04 三月 2025 20:05:39 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 4529018..ea8eff1 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -1949,18 +1949,6 @@ // 鎵嬫湳鏌ヨ remoteopcode(name) { if (name) { - getillnesslist({ - pageNum: 1, - pageSize: 1000, - icdname: name, - }).then((res) => { - this.donorchargeList = res.rows; - }); - } - }, - // 鐤剧梾鏌ヨ - remotedonor(name) { - if (name) { getbaseopera({ pageNum: 1, pageSize: 1000, @@ -1970,6 +1958,7 @@ }); } }, + // 浠诲姟绉戝鍒犻櫎瑙﹀彂 removetag(row) { let result = this.deptlist -- Gitblit v1.9.3