服务指令包-获取服务指令列表启用状态01改为YN

This commit is contained in:
曹磊 2025-11-18 09:23:25 +08:00
parent ffda788c68
commit 6a432397e5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const formData = reactive<Record<string, any>>({
tagName: '',
description: '',
sort: 99,
izEnabled: '0',
izEnabled: 'Y',
});
const { createMessage } = useMessage();
const labelCol = ref<any>({