Commit 918c7e51 authored by 左玲玲's avatar 左玲玲 😬

1645

parent 225bf15b
...@@ -158,7 +158,8 @@ function getcolumns(setdrawer, activeKey) { ...@@ -158,7 +158,8 @@ function getcolumns(setdrawer, activeKey) {
hideInTable: true, hideInTable: true,
valueType: 'select', valueType: 'select',
options: { path: '/auth/sysDepartment/query/organization/selectbox', params: {} }, options: { path: '/auth/sysDepartment/query/organization/selectbox', params: {} },
colProps: { span: 8 } colProps: { span: 8 },
span: 1
}, },
{ {
title: '部门名称', title: '部门名称',
...@@ -233,7 +234,8 @@ function getcolumns(setdrawer, activeKey) { ...@@ -233,7 +234,8 @@ function getcolumns(setdrawer, activeKey) {
key: 'ledgerCustomer', key: 'ledgerCustomer',
hideInSearch: true, hideInSearch: true,
hideInTable: true, hideInTable: true,
hideInForm: true hideInForm: true,
span: 3
}, },
{ {
title: '其他信息', title: '其他信息',
......
...@@ -154,7 +154,11 @@ const Leasedevice = () => { ...@@ -154,7 +154,11 @@ const Leasedevice = () => {
csp({ ...val }) csp({ ...val })
}} }}
toolBarRender={true} toolBarRender={true}
options={false} options={{
reload: () => {
ledgerCustomer.run()
}
}}
rowKey='ledgerCustomerId' rowKey='ledgerCustomerId'
rowClassName={(record, index) => { rowClassName={(record, index) => {
return record.ledgerCustomerId == clickrow?.ledgerCustomerId ? styles.rowClass : '' return record.ledgerCustomerId == clickrow?.ledgerCustomerId ? styles.rowClass : ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment