From 9c9242eb149ce59c90892d84a83b1752d2ae0ac7 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 27 Jan 2026 15:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4=E5=8C=85-?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E6=8C=87=E4=BB=A4=E5=8C=85=E5=8F=AA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=B7=B2=E5=90=AF=E7=94=A8=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../services/directivePackage/components/PackageList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/services/directivePackage/components/PackageList.vue b/src/views/services/directivePackage/components/PackageList.vue index d4803ff..7850d3e 100644 --- a/src/views/services/directivePackage/components/PackageList.vue +++ b/src/views/services/directivePackage/components/PackageList.vue @@ -89,7 +89,7 @@ import { filterDictTextByCache } from '/@/utils/dict/JDictSelectUtil'; import dayjs from "dayjs"; const props = defineProps({ - instructionTagId:'', + instructionTagId: '', }); const selectedDirective = ref({ id: '' }) const registerModal = ref(); @@ -150,7 +150,7 @@ function handleSuccess() { */ function queryList(params) { resetSeletedDirectiveInfo() - list({ pageNo: 1, pageSize: -1, packageName: searchForm.value.packageName,instructionTagId:props.instructionTagId }).then(res => { + list({ pageNo: 1, pageSize: -1, packageName: searchForm.value.packageName, instructionTagId: props.instructionTagId, izEnabled: 'Y' }).then(res => { tableData.value = res selectedDirective.value = { id: '' } })