解决:生成的前端代码,部署菜单后新增不显示数据 #1311

master
JEECG 2024-06-21 11:17:11 +08:00
parent 8114813460
commit af9ed1d502
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<template>
<div ref="wrapRef" :class="getWrapperClass">
<BasicForm
:class="{ 'table-search-area-hidden': !getBindValues.formConfig?.schemas?.length }"
submitOnReset
v-bind="getFormProps"
v-if="getBindValues.useSearchForm && getBindValues.formConfig?.schemas?.length"
v-if="getBindValues.useSearchForm"
:tableAction="tableAction"
@register="registerForm"
@submit="handleSearchInfoChange"
@ -474,7 +475,11 @@
background-color: @app-content-background;
}
}
// update-begin--author:liaozhiyang---date:20240613---forTV360X-1232(css)
> .table-search-area-hidden {
display: none;
}
// update-end--author:liaozhiyang---date:20240613---forTV360X-1232(css)
&-form-container {
padding: 10px;