服务指令包-引用指令包只查询已启用包
This commit is contained in:
parent
9e8681c23a
commit
9c9242eb14
|
|
@ -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: '' }
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue