解决:生成的前端代码,部署菜单后新增不显示数据 #1311
parent
8114813460
commit
af9ed1d502
|
@ -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---for:【TV360X-1232】查询区域隐藏后点击刷新不走请求了(采用css隐藏)
|
||||
> .table-search-area-hidden {
|
||||
display: none;
|
||||
}
|
||||
// update-end--author:liaozhiyang---date:20240613---for:【TV360X-1232】查询区域隐藏后点击刷新不走请求了(采用css隐藏)
|
||||
&-form-container {
|
||||
padding: 10px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue