服务指令包-引用指令包只查询已启用包

This commit is contained in:
1378012178@qq.com 2026-01-27 15:32:59 +08:00
parent 9e8681c23a
commit 9c9242eb14
1 changed files with 2 additions and 2 deletions

View File

@ -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: '' }
})