แก้ไข type
This commit is contained in:
parent
e72f86e1d4
commit
a3905a84b6
5 changed files with 32 additions and 12 deletions
|
|
@ -205,7 +205,7 @@ const defaultAdd = () => {
|
|||
if (props.statusAdd) {
|
||||
edit.value = props.statusAdd;
|
||||
name.value = "";
|
||||
if (uploader.value !== null) {
|
||||
if (uploader.value) {
|
||||
uploader.value.reset();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue