调整错别字
This commit is contained in:
parent
0bf5f8c650
commit
02776b0566
@ -124,7 +124,7 @@ const handleMouseLeave = async () => {
|
|||||||
popupVisible.value = false;
|
popupVisible.value = false;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* 对外暴露子组建方法
|
* 对外暴露子组件方法
|
||||||
*/
|
*/
|
||||||
defineExpose({
|
defineExpose({
|
||||||
init
|
init
|
||||||
|
@ -344,7 +344,7 @@ const submitFileForm = async () => {
|
|||||||
};
|
};
|
||||||
const emits = defineEmits(['submitCallback']);
|
const emits = defineEmits(['submitCallback']);
|
||||||
/**
|
/**
|
||||||
* 对外暴露子组建方法
|
* 对外暴露子组件方法
|
||||||
*/
|
*/
|
||||||
defineExpose({
|
defineExpose({
|
||||||
getAddMultiInstanceList,
|
getAddMultiInstanceList,
|
||||||
|
@ -87,7 +87,7 @@ const handleBackProcess = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 对外暴露子组建方法
|
* 对外暴露子组件方法
|
||||||
*/
|
*/
|
||||||
defineExpose({
|
defineExpose({
|
||||||
openDialog
|
openDialog
|
||||||
|
@ -29,7 +29,7 @@ function openDialog (url, type) {
|
|||||||
data.type = type
|
data.type = type
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 对外暴露子组建方法
|
* 对外暴露子组件方法
|
||||||
*/
|
*/
|
||||||
defineExpose({
|
defineExpose({
|
||||||
openDialog
|
openDialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user