From 00d9d8d47463c1ecc7d2218593a6efb313d084a2 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期二, 22 四月 2025 21:59:13 +0800 Subject: [PATCH] 样品出来导出调整 --- src/views/CNAS/process/ensureResults/qualityControlPlan/components/processingSheet.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/views/CNAS/process/ensureResults/qualityControlPlan/components/processingSheet.vue b/src/views/CNAS/process/ensureResults/qualityControlPlan/components/processingSheet.vue index 5d2f2c8..c96c0bb 100644 --- a/src/views/CNAS/process/ensureResults/qualityControlPlan/components/processingSheet.vue +++ b/src/views/CNAS/process/ensureResults/qualityControlPlan/components/processingSheet.vue @@ -461,18 +461,6 @@ this.personList = data; }); }, - // getSupervisedUserList () { - // this.$axios.get(this.$api.user.selectDepartmentLimsUserList).then(res => { - // let data = [] - // res.data.forEach(a => { - // data.push({ - // label: a.name, - // value: a.id - // }) - // }) - // this.supervisedUserList = data - // }) - // }, } }; </script> -- Gitblit v1.9.3