fix: remove unused
This commit is contained in:
parent
20e12b407a
commit
b07d1b9085
1 changed files with 5 additions and 7 deletions
|
|
@ -735,6 +735,8 @@ function clearFormProduct() {
|
|||
|
||||
dialogProduct.value = false;
|
||||
dialogProductEdit.value = false;
|
||||
profileUrl.value = '';
|
||||
profileSubmit.value = false;
|
||||
}
|
||||
|
||||
function clearFormService() {
|
||||
|
|
@ -754,6 +756,8 @@ function clearFormService() {
|
|||
selectProduct.value = [];
|
||||
dialogService.value = false;
|
||||
dialogServiceEdit.value = false;
|
||||
profileUrl.value = '';
|
||||
profileSubmit.value = false;
|
||||
}
|
||||
|
||||
function assignFormDataProductServiceCreate() {
|
||||
|
|
@ -1059,6 +1063,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
@click="
|
||||
() => {
|
||||
clearFormGroup();
|
||||
clearFormService();
|
||||
currentServiceTab = 'serviceInformation';
|
||||
dialogService = true;
|
||||
}
|
||||
|
|
@ -2184,16 +2189,9 @@ watch(inputSearchProductAndService, async () => {
|
|||
v-if="currentServiceTab === 'serviceInformation'"
|
||||
dense
|
||||
service
|
||||
@service-properties="
|
||||
() => {
|
||||
tempValueProperties = formDataProductService.attributes;
|
||||
openPropertiesDialog('service');
|
||||
}
|
||||
"
|
||||
v-model:service-code="formDataProductService.code"
|
||||
v-model:service-description="formDataProductService.detail"
|
||||
v-model:service-name-th="formDataProductService.name"
|
||||
@input-file="inputFile.click()"
|
||||
/>
|
||||
</div>
|
||||
<div class="surface-1 rounded bordered q-mt-md q-pa-lg row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue