refacotr: clear value #230
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
eebd585554
commit
2b9c8aa613
1 changed files with 4 additions and 1 deletions
|
|
@ -1171,6 +1171,7 @@ function clearFormService() {
|
|||
profileSubmit.value = false;
|
||||
imageProduct.value = undefined;
|
||||
profileFileImg.value = null;
|
||||
serviceTab.value = 1;
|
||||
}
|
||||
|
||||
function sameFormService() {
|
||||
|
|
@ -3659,7 +3660,7 @@ watch(
|
|||
:delete-data="() => deleteGroupById()"
|
||||
:close="
|
||||
() => {
|
||||
((drawerInfo = false), (currentIdGroupType = ''));
|
||||
(drawerInfo = false), (currentIdGroupType = '');
|
||||
}
|
||||
"
|
||||
hide-action
|
||||
|
|
@ -4384,6 +4385,7 @@ watch(
|
|||
|
||||
<!-- add service -->
|
||||
<DialogForm
|
||||
v-if="dialogService"
|
||||
hide-footer
|
||||
no-address
|
||||
no-app-box
|
||||
|
|
@ -4749,6 +4751,7 @@ watch(
|
|||
<!-- edit service edit package-->
|
||||
<!-- :edit="!(formDataProductService.status === 'INACTIVE')" -->
|
||||
<DialogForm
|
||||
v-if="dialogServiceEdit"
|
||||
hide-footer
|
||||
no-address
|
||||
height="95vh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue