feat:样品分析

This commit is contained in:
houjunxiang
2025-10-14 18:16:51 +08:00
parent b5aed8573a
commit 5916b8c833
14 changed files with 574 additions and 671 deletions

View File

@@ -19,6 +19,7 @@
v-for="(task, index) in taskList"
:key="index"
:task="task"
:seq="index + 1"
:active="current === index"
@click="switchTask(index)"
/>
@@ -167,7 +168,7 @@ const getAssayTask = () => {
wfStatus: '0,revoke',
assayOper: userInfo.value.nickname
}
nx.$api.auncel
nx.$api.assayTask
.getAssayTaskList(param)
.then(res => {
taskList.value = res