服务指令包-获取服务指令列表启用状态01改为YN
This commit is contained in:
parent
ffda788c68
commit
6a432397e5
|
|
@ -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>({
|
||||
|
|
|
|||
Loading…
Reference in New Issue