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