refactor: add prefixId
This commit is contained in:
parent
1e4e2c2927
commit
1bbb5007d3
17 changed files with 241 additions and 175 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue