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>