fixbug:文件上传,watch 对于val 为空的时候,要置空,不是会导致其他表单粘值过来
This commit is contained in:
@ -150,6 +150,8 @@
|
||||
});
|
||||
folderId.value = fileList.value[0].folderId;
|
||||
}
|
||||
} else {
|
||||
folderId.value = '';
|
||||
}
|
||||
if (!val) {
|
||||
fileList.value = [];
|
||||
|
||||
Reference in New Issue
Block a user