From affb89e964ab4d32ceb92bd94b1ad5a31c894889 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 11 Mar 2024 15:57:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20worktask=20=E8=8E=B7=E5=8F=96=E9=80=80?= =?UTF-8?q?=E7=81=AB=E7=82=89=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index db334ff3..d05212fd 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -776,8 +776,15 @@ export default { this.$API.em.equipment.cquery.req({ page: 0, querys: [ - [{ field: 'name', compare: 'contains', value: '单坩埚熔化炉' }], - [{ field: 'name', compare: 'contains', value: '网带式退火炉' }], + [{ field: 'name', compare: 'contains', value: '单坩埚熔化炉' }] + ] + }).then(res => { + this.equipmentOptions1 = res; + }) + this.$API.em.equipment.cquery.req({ + page: 0, + querys: [ + [{ field: 'name', compare: 'contains', value: '电阻炉' }], [{ field: 'name', compare: 'contains', value: '升降式退火炉' }] ] }).then(res => {