This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<v-form data-cy="dlcForm" ref="form">
|
<v-form data-cy="dlcForm" ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||||
|
{{ hiddenAffectiveColumns }}
|
||||||
<template v-for="(item, index) in editView">
|
<template v-for="(item, index) in editView">
|
||||||
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
|
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
|
||||||
<v-card :data-cy="'columncard:' + item.key">
|
<v-card :data-cy="'columncard:' + item.key">
|
||||||
@@ -78,7 +78,7 @@ export default {
|
|||||||
let vm = this;
|
let vm = this;
|
||||||
try {
|
try {
|
||||||
vm.dataListKey = this.$route.params.dataListKey;
|
vm.dataListKey = this.$route.params.dataListKey;
|
||||||
vm.hiddenAffectiveColumns=this.$route.params.hiddenAffectiveColumns;
|
vm.hiddenAffectiveColumns = this.$route.params.hiddenAffectiveColumns;
|
||||||
await initForm(vm);
|
await initForm(vm);
|
||||||
vm.formState.ready = true;
|
vm.formState.ready = true;
|
||||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||||
|
|||||||
Reference in New Issue
Block a user