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: [] });
|
}>({ selectedImage: '', list: [] });
|
||||||
|
|
||||||
async function searchProduct(isAdd: boolean = true) {
|
async function searchProduct(isAdd: boolean = true) {
|
||||||
console.log('spd');
|
|
||||||
const res = await fetchListProduct({
|
const res = await fetchListProduct({
|
||||||
query: inputSearchWorkProduct.value,
|
query: inputSearchWorkProduct.value,
|
||||||
});
|
});
|
||||||
|
|
@ -3823,6 +3822,7 @@ watch(
|
||||||
}}
|
}}
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="v === 2"
|
v-if="v === 2"
|
||||||
|
id="btn-add-work"
|
||||||
dense
|
dense
|
||||||
flat
|
flat
|
||||||
icon="mdi-plus"
|
icon="mdi-plus"
|
||||||
|
|
@ -4239,6 +4239,7 @@ watch(
|
||||||
}}
|
}}
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="v === 2 && infoServiceEdit"
|
v-if="v === 2 && infoServiceEdit"
|
||||||
|
id="btn-add-work"
|
||||||
dense
|
dense
|
||||||
flat
|
flat
|
||||||
icon="mdi-plus"
|
icon="mdi-plus"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue