refactor: add id
This commit is contained in:
parent
53c7764f06
commit
7f6e0ee970
1 changed files with 2 additions and 1 deletions
|
|
@ -509,7 +509,6 @@ const onCreateImageList = ref<{
|
|||
}>({ selectedImage: '', list: [] });
|
||||
|
||||
async function searchProduct(isAdd: boolean = true) {
|
||||
console.log('spd');
|
||||
const res = await fetchListProduct({
|
||||
query: inputSearchWorkProduct.value,
|
||||
});
|
||||
|
|
@ -3823,6 +3822,7 @@ watch(
|
|||
}}
|
||||
<q-btn
|
||||
v-if="v === 2"
|
||||
id="btn-add-work"
|
||||
dense
|
||||
flat
|
||||
icon="mdi-plus"
|
||||
|
|
@ -4239,6 +4239,7 @@ watch(
|
|||
}}
|
||||
<q-btn
|
||||
v-if="v === 2 && infoServiceEdit"
|
||||
id="btn-add-work"
|
||||
dense
|
||||
flat
|
||||
icon="mdi-plus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue