docs: 📝 删除日志打印
删除日志打印
This commit is contained in:
@@ -208,7 +208,6 @@ const handleError = (_error: any) => {
|
|||||||
* 删除文件
|
* 删除文件
|
||||||
*/
|
*/
|
||||||
function handleRemove(fileUrl: string) {
|
function handleRemove(fileUrl: string) {
|
||||||
console.log(fileUrl);
|
|
||||||
FileAPI.delete(fileUrl).then(() => {
|
FileAPI.delete(fileUrl).then(() => {
|
||||||
modelValue.value = modelValue.value.filter((file) => file.url !== fileUrl);
|
modelValue.value = modelValue.value.filter((file) => file.url !== fileUrl);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user