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;
|
profileSubmit.value = false;
|
||||||
imageProduct.value = undefined;
|
imageProduct.value = undefined;
|
||||||
profileFileImg.value = null;
|
profileFileImg.value = null;
|
||||||
|
serviceTab.value = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
function sameFormService() {
|
function sameFormService() {
|
||||||
|
|
@ -3659,7 +3660,7 @@ watch(
|
||||||
:delete-data="() => deleteGroupById()"
|
:delete-data="() => deleteGroupById()"
|
||||||
:close="
|
:close="
|
||||||
() => {
|
() => {
|
||||||
((drawerInfo = false), (currentIdGroupType = ''));
|
(drawerInfo = false), (currentIdGroupType = '');
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
hide-action
|
hide-action
|
||||||
|
|
@ -4384,6 +4385,7 @@ watch(
|
||||||
|
|
||||||
<!-- add service -->
|
<!-- add service -->
|
||||||
<DialogForm
|
<DialogForm
|
||||||
|
v-if="dialogService"
|
||||||
hide-footer
|
hide-footer
|
||||||
no-address
|
no-address
|
||||||
no-app-box
|
no-app-box
|
||||||
|
|
@ -4749,6 +4751,7 @@ watch(
|
||||||
<!-- edit service edit package-->
|
<!-- edit service edit package-->
|
||||||
<!-- :edit="!(formDataProductService.status === 'INACTIVE')" -->
|
<!-- :edit="!(formDataProductService.status === 'INACTIVE')" -->
|
||||||
<DialogForm
|
<DialogForm
|
||||||
|
v-if="dialogServiceEdit"
|
||||||
hide-footer
|
hide-footer
|
||||||
no-address
|
no-address
|
||||||
height="95vh"
|
height="95vh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue