fix(04): clear img state
This commit is contained in:
parent
4ac31e3cb0
commit
483859daca
1 changed files with 2 additions and 0 deletions
|
|
@ -1069,6 +1069,7 @@ function clearFormProduct() {
|
|||
dialogProduct.value = false;
|
||||
dialogProductEdit.value = false;
|
||||
profileUrl.value = '';
|
||||
profileFileImg.value = null;
|
||||
profileSubmit.value = false;
|
||||
}
|
||||
|
||||
|
|
@ -1093,6 +1094,7 @@ function clearFormService() {
|
|||
profileUrl.value = '';
|
||||
profileSubmit.value = false;
|
||||
imageProduct.value = undefined;
|
||||
profileFileImg.value = null;
|
||||
}
|
||||
|
||||
function assignFormDataProductServiceCreate() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue