fix: 修改 asset model 下滑页面 状态搜索不可用的问题

This commit is contained in:
zhangyu
2021-11-09 11:22:52 +08:00
parent 17bc197e47
commit f4284e062a
4 changed files with 8 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
<div>
<nz-bottom-data-list
:showTitle='showTitle'
:targetTab.sync="targetTab"
:api="url"
style="height: 100%"
:custom-table-title.sync="tools.customTableTitle"
@@ -103,6 +104,7 @@ export default {
name: this.$t('asset.state'),
type: 'assetState',
label: 'stateIds',
id: 'stateIds',
readonly: true,
disabled: false
}]