refactor: add prefixId

This commit is contained in:
Net 2024-07-25 14:44:32 +07:00
parent 1e4e2c2927
commit 1bbb5007d3
17 changed files with 241 additions and 175 deletions

View file

@ -3412,6 +3412,7 @@ watch(
>
<template #prepend>
<ProfileUpload
prefix-id="form-dialog-product"
isProduct
v-model:url-profile="profileUrl"
v-model:status-toggle="statusToggle"
@ -3478,6 +3479,7 @@ watch(
>
<template #prepend>
<ProfileUpload
prefix-id="form-dialog-product"
isProduct
v-model:url-profile="profileUrl"
v-model:status-toggle="statusToggle"
@ -3537,6 +3539,7 @@ watch(
>
<template #prepend>
<ProfileUpload
prefix-id="form-dialog-service"
isService
v-model:url-profile="profileUrl"
v-model:status-toggle="statusToggle"
@ -3623,8 +3626,6 @@ watch(
workItems[currentWorkIndex].attributes = tempValueProperties;
}
console.log('dasdasd');
propertiesDialog = false;
}
"
@ -3700,6 +3701,7 @@ watch(
>
<template #prepend>
<ProfileUpload
prefix-id="form-dialog-service"
isService
:readonly="!infoServiceEdit"
v-model:url-profile="profileUrl"