跟新
This commit is contained in:
@ -91,7 +91,7 @@ const actionUrl = computed(() => {
|
||||
}
|
||||
});
|
||||
|
||||
const emits = defineEmits(["update:modelValue", "handleChange"]);
|
||||
const emits = defineEmits(["update:modelValue"]);
|
||||
|
||||
//获取后缀
|
||||
const getSuffix = (fileName) => {
|
||||
@ -170,7 +170,6 @@ const handlerSuccess = (res, file) => {
|
||||
arr.push({url:res.data,name:file.name});
|
||||
}
|
||||
emits("update:modelValue", arr);
|
||||
emits("handleChange", props.modelValue);
|
||||
};
|
||||
|
||||
const handleExceed = (files, fileList) => {
|
||||
|
||||
Reference in New Issue
Block a user