长者标签调整0/1转Y/N
This commit is contained in:
parent
5f844d9c0e
commit
ffda788c68
|
|
@ -116,7 +116,7 @@ const formData = reactive<Record<string, any>>({
|
|||
pic: defaultBodyPic,
|
||||
picFocus: defaultBodyPic,
|
||||
sort: 99,
|
||||
izEnabled: '0',
|
||||
izEnabled: 'Y',
|
||||
describ: '',
|
||||
});
|
||||
const { createMessage } = useMessage();
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ const formData = reactive<Record<string, any>>({
|
|||
pic: defaultBodyPic,
|
||||
picFocus: defaultBodyPic,
|
||||
sort: 99,
|
||||
izEnabled: '0',
|
||||
izEnabled: 'Y',
|
||||
describ: '',
|
||||
});
|
||||
const { createMessage } = useMessage();
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ const formRef = ref();
|
|||
const queryParam = reactive<any>({
|
||||
type: '',
|
||||
tagName: '',
|
||||
izEnabled: '0',
|
||||
izEnabled: 'Y',
|
||||
});
|
||||
|
||||
const registerModal = ref();
|
||||
|
|
|
|||
Loading…
Reference in New Issue