1、调整指令包按照顺序点击出现的bug:编辑-选择服务指令-分类标签默认有值

2、解决指令包保存数据后不显示问题
This commit is contained in:
1378012178@qq.com 2025-11-17 15:36:04 +08:00
parent ed5cd096ff
commit 5f844d9c0e
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,7 @@ function handleTags(prefix, tagList, suffix) {
function edit(record) {
checkListData.value = props.directiveList;
// directiveInfo.value = record;
queryParam.instructionTagId = record.instructionTagId;
// queryParam.instructionTagId = record.instructionTagId;
}
defineExpose({ edit });
</script>

View File

@ -133,7 +133,7 @@ const formData = reactive<Record<string, any>>({
packageName: '',
description: '',
sort: 99,
izEnabled: '0',
izEnabled: 'Y',
startTimeStr: '',
endTimeStr: '',
instructionTagId: '',