refactor(credit): 更新搜索工具栏组件以支持动态模块配置
- 修改 CreditSearchToolbar 组件以接收 module 属性并传递给 RefreshCompanyIdButton - 在所有信用相关页面中添加对应的 module 属性配置 - 优化组件代码格式化和导入语句 - 添加 reload 方法以在刷新 companyId 后保持搜索条件 - 修复图标组件标签闭合格式问题
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<a-space class="flex">
|
||||
<search
|
||||
@search="reload"
|
||||
module="credit-xgxf"
|
||||
:selection="selection"
|
||||
@add="openEdit"
|
||||
@remove="removeBatch"
|
||||
|
||||
Reference in New Issue
Block a user