Merge branch 'ASTRA-81' into 'master'
[WIP] Фикс багов See merge request andrusyakka/urban-couscous!381
This commit is contained in:
@@ -188,7 +188,10 @@ export default {
|
||||
fillInspection: {
|
||||
immediate: true,
|
||||
handler(newVal) {
|
||||
if (newVal) this.change = false;
|
||||
if (newVal) {
|
||||
this.change = false;
|
||||
this.data.results.files.forEach((e) => (e.data = []));
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -201,6 +204,11 @@ export default {
|
||||
<style lang="sass" scoped>
|
||||
#upload :deep(.q-field__native)
|
||||
cursor: pointer
|
||||
height: 100%
|
||||
padding: 0
|
||||
|
||||
#upload :deep(.q-field__control)
|
||||
height: 100%
|
||||
|
||||
.changed
|
||||
height: 300px
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
:is-edit="change",
|
||||
:open-edit="openCard",
|
||||
:cancel="closeCard",
|
||||
:tag="fillInspection || change"
|
||||
:tag="fillInspection || change",
|
||||
template
|
||||
)
|
||||
.disease-body.flex
|
||||
.flex.flex-col.gap-y-17px.w-full(v-if="fillInspection || change")
|
||||
|
||||
Reference in New Issue
Block a user