[update] 修改bug87629
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
<search ref="searchRef"
|
||||
:flag="flag"
|
||||
:get-query-condition-func="getQueryConditionFunc"
|
||||
:default-search-params="defaultSearchParams"
|
||||
search-has="enterpriseStandard:search"
|
||||
@search="searchQuery"
|
||||
@reset="searchReset" />
|
||||
@@ -288,6 +289,9 @@ export default {
|
||||
},
|
||||
showAction: true, // 是否显示操作列
|
||||
expandedKeys: [], // 体系展开的节点
|
||||
defaultSearchParams: { // 默认查询条件
|
||||
standard_state: `${EnterpriseStandardStatus.CURRENTLY_EFFECTIVE.value}`
|
||||
},
|
||||
disabledMixinsCreate: true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user