feat:查询条件调整
This commit is contained in:
@@ -188,7 +188,7 @@ const checkWork = () => {
|
||||
const startWork = () => {
|
||||
// if (!checkWork()) return
|
||||
uni.navigateTo({
|
||||
url: `/pages/analysis/sample/sample-work-detail?currentTaskId=${currentTask.value.id}`
|
||||
url: `/pages/analysis/sample/sample-work-detail?currentTaskId=${currentTask.value.id}&configReportTemplateKey=${currentTask.value.configReportTemplateKey}`
|
||||
})
|
||||
}
|
||||
|
||||
@@ -205,7 +205,8 @@ const switchTask = async index => {
|
||||
const getAssayTask = () => {
|
||||
rollbackContent.value = ''
|
||||
const param = {
|
||||
taskStatus: 'submit'
|
||||
taskAssignStatus: 'submitted',
|
||||
taskAssayStatusList: ['not_start', 'saved']
|
||||
// assayOper: userInfo.value.nickname
|
||||
}
|
||||
nx.$api.assayTask.getAssayTaskList(param).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user